Explorar o código

Merge pull request #548 from Highlife1911/master

Removed FORCE attribute from CMake variable LIBRARY_SUFFIX
Alexander Gessler %!s(int64=10) %!d(string=hai) anos
pai
achega
93bb63fdb4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      code/CMakeLists.txt

+ 1 - 1
code/CMakeLists.txt

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