cmake: added a postfix for debug builds (closes #237)

This allows to deploy debug and release builds concurrently.
This commit is contained in:
Sergiu Deitsch 2018-01-02 14:38:37 +01:00
parent f3bd836de4
commit 185ba48937

View File

@ -48,6 +48,7 @@ include (CTest)
include (DetermineGflagsNamespace)
include (GNUInstallDirs)
set (CMAKE_DEBUG_POSTFIX d)
set (CMAKE_THREAD_PREFER_PTHREAD 1)
if (WITH_GFLAGS)