]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: allow user to override CMAKE_DEBUG_POSTFIX
authorSimon Warta <simon@kullo.net>
Fri, 11 Aug 2017 12:52:43 +0000 (14:52 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 12 Aug 2017 15:37:30 +0000 (17:37 +0200)
Closes #1763

CMakeLists.txt

index d9b9c42cfa862498e0f63ee6feb0f4e9a221b318..dea1303f5a3e5b0c0f3c598a5c2c2e920458de86 100644 (file)
@@ -105,7 +105,7 @@ if (ENABLE_CURLDEBUG)
 endif()
 
 # For debug libs and exes, add "-d" postfix
-set(CMAKE_DEBUG_POSTFIX "-d" CACHE STRING "Set debug library postfix" FORCE)
+set(CMAKE_DEBUG_POSTFIX "-d" CACHE STRING "Set debug library postfix")
 
 # initialize CURL_LIBS
 set(CURL_LIBS "")