Commit 185ba489 authored by Sergiu Deitsch's avatar Sergiu Deitsch

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

This allows to deploy debug and release builds concurrently.
parent f3bd836d
......@@ -48,6 +48,7 @@ include (CTest)
include (DetermineGflagsNamespace)
include (GNUInstallDirs)
set (CMAKE_DEBUG_POSTFIX d)
set (CMAKE_THREAD_PREFER_PTHREAD 1)
if (WITH_GFLAGS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment