This commit is contained in:
narayana-dev 2025-02-15 05:47:40 +00:00 committed by GitHub
commit 9e78629304
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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