Unverified Commit 7f9bf5cf authored by Simon Warta's avatar Simon Warta Committed by Daniel Stenberg
Browse files

cmake: allow user to override CMAKE_DEBUG_POSTFIX

Closes #1763
parent c0789813
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 "")