Merge pull request #548 from Highlife1911/master

Removed FORCE attribute from CMake variable LIBRARY_SUFFIX
pull/485/merge
Alexander Gessler 2015-05-01 17:14:22 +02:00
commit 93bb63fdb4
1 changed files with 1 additions and 1 deletions

View File

@ -784,7 +784,7 @@ if( MSVC )
else()
set(MSVC_PREFIX "vc130")
endif()
set(LIBRARY_SUFFIX "${ASSIMP_LIBRARY_SUFFIX}-${MSVC_PREFIX}-mt" CACHE STRING "the suffix for the assimp windows library" FORCE)
set(LIBRARY_SUFFIX "${ASSIMP_LIBRARY_SUFFIX}-${MSVC_PREFIX}-mt" CACHE STRING "the suffix for the assimp windows library")
endif()
SET_TARGET_PROPERTIES( assimp PROPERTIES