diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b5db23..4477a0f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -415,7 +415,9 @@ if (NOT GFLAGS_IS_SUBPROJECT) endif () # Set postfixes for generated libraries based on buildtype. set(CMAKE_RELEASE_POSTFIX "") -set(CMAKE_DEBUG_POSTFIX "_debug") +if(NOT DEFINED CMAKE_DEBUG_POSTFIX) + set(CMAKE_DEBUG_POSTFIX "_debug") +endif() # ---------------------------------------------------------------------------- # installation directories