closes https://github.com/assimp/assimp/issues/2075: Make inject of debug postfix an option, so you can swich it off.

pull/2086/head
Kim Kulling 2018-08-07 21:22:54 +02:00
parent c5514cda7d
commit 11931b85fd
1 changed files with 4 additions and 0 deletions

View File

@ -105,6 +105,10 @@ OPTION ( BUILD_DOCS
"Build documentation using Doxygen."
OFF
)
OPTION( INJECT_DEBUG_POSTFIX
"Inject debug postfix in .a/.so lib names"
ON
)
IF (IOS)
IF (NOT CMAKE_BUILD_TYPE)