mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
Merge 647e81c0bc
into 58cf1ef6d0
This commit is contained in:
commit
9e78629304
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue