cmake cleanup

This commit is contained in:
Marian Krivos 2015-08-17 22:18:44 +02:00
parent 1b1c4416dd
commit 68e9e38004

View File

@ -53,9 +53,6 @@ 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)