cmake: added a postfix for debug builds (closes #237)
This allows to deploy debug and release builds concurrently.
This commit is contained in:
parent
f3bd836de4
commit
185ba48937
@ -48,6 +48,7 @@ include (CTest)
|
||||
include (DetermineGflagsNamespace)
|
||||
include (GNUInstallDirs)
|
||||
|
||||
set (CMAKE_DEBUG_POSTFIX d)
|
||||
set (CMAKE_THREAD_PREFER_PTHREAD 1)
|
||||
|
||||
if (WITH_GFLAGS)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user