1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

cmake: allow user to override CMAKE_DEBUG_POSTFIX

Closes #1763
This commit is contained in:
Simon Warta 2017-08-11 14:52:43 +02:00 committed by Daniel Stenberg
parent c078981332
commit 7f9bf5cfd3
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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 "")