mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-08 04:37:14 +01:00
cmake: reenable d postfix for debug poco libraries
This commit is contained in:
parent
cd2fc5929e
commit
c5b7658585
@ -53,6 +53,9 @@ if (CMAKE_BUILD_TYPE STREQUAL "")
|
||||
set( CMAKE_BUILD_TYPE "RelWithDebInfo" )
|
||||
endif()
|
||||
|
||||
# For Debug build types, append a "d" to the library names.
|
||||
set(CMAKE_DEBUG_POSTFIX "d" CACHE STRING "Set debug library postfix" FORCE)
|
||||
|
||||
# Include some common macros to simpilfy the Poco CMake files
|
||||
include(PocoMacros)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user