aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaliy Didik <ariman@inbox.ru>2019-04-26 22:43:10 +0300
committerGriffin Downs <35574547+grdowns@users.noreply.github.com>2019-04-26 12:43:10 -0700
commit1c9d54363a86b8e2b3c57fd095722cf7461f6afa (patch)
treec0fa33bbc0d4f54242efe7e8406ae0edd8bffa94
parentdad83076181775ff76e740d2943d19fdd5eec138 (diff)
downloadvcpkg-1c9d54363a86b8e2b3c57fd095722cf7461f6afa.tar.gz
vcpkg-1c9d54363a86b8e2b3c57fd095722cf7461f6afa.zip
[libidn2] Removed CMAKE_DEBUG_POSTFIX. (#6224)
-rw-r--r--ports/libidn2/CMakeLists.txt2
-rw-r--r--ports/libidn2/CONTROL2
2 files changed, 1 insertions, 3 deletions
diff --git a/ports/libidn2/CMakeLists.txt b/ports/libidn2/CMakeLists.txt
index a1eb9f9ce..d7a5d771e 100644
--- a/ports/libidn2/CMakeLists.txt
+++ b/ports/libidn2/CMakeLists.txt
@@ -4,8 +4,6 @@ project(libidn2 C)
find_package(unofficial-iconv REQUIRED)
-set(CMAKE_DEBUG_POSTFIX "d")
-
if(MSVC)
add_definitions(-D_CRT_SECURE_NO_DEPRECATE)
add_definitions(-D_CRT_NONSTDC_NO_DEPRECATE)
diff --git a/ports/libidn2/CONTROL b/ports/libidn2/CONTROL
index d0564bc01..5fcac82b6 100644
--- a/ports/libidn2/CONTROL
+++ b/ports/libidn2/CONTROL
@@ -1,4 +1,4 @@
Source: libidn2
-Version: 2.1.1
+Version: 2.1.1-1
Build-Depends: libiconv
Description: GNU Libidn is an implementation of the Stringprep, Punycode and IDNA 2003 specifications. Libidn's purpose is to encode and decode internationalized domain names.