Skip to content

Commit

Permalink
Merge pull request #2568 from panquez/master
Browse files Browse the repository at this point in the history
Proposal for issue 2567
  • Loading branch information
kimkulling committed Aug 11, 2019
2 parents 563ec16 + 02812f2 commit 1724224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ SET( ASSIMP_BIN_INSTALL_DIR "bin" CACHE STRING

get_cmake_property(is_multi_config GENERATOR_IS_MULTI_CONFIG)

IF (is_multi_config OR (CMAKE_BUILD_TYPE STREQUAL "Debug"))
IF (INJECT_DEBUG_POSTFIX AND (CMAKE_BUILD_TYPE STREQUAL "Debug"))
SET(CMAKE_DEBUG_POSTFIX "d" CACHE STRING "Debug Postfix for lib, samples and tools")
ELSE()
SET(CMAKE_DEBUG_POSTFIX "" CACHE STRING "Debug Postfix for lib, samples and tools")
Expand Down

0 comments on commit 1724224

Please sign in to comment.