Explorar o código

closes https://github.com/assimp/assimp/issues/1850: remove buggy setup in cmake.

Kim Kulling %!s(int64=7) %!d(string=hai) anos
pai
achega
6c21a30958
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -110,7 +110,7 @@ if (WIN32)
 endif()
 endif()
 
 
 IF(MSVC)
 IF(MSVC)
-  SET (CMAKE_PREFIX_PATH "D:\\libs\\devil")
+#  SET (CMAKE_PREFIX_PATH "D:\\libs\\devil")
   OPTION( ASSIMP_INSTALL_PDB
   OPTION( ASSIMP_INSTALL_PDB
     "Install MSVC debug files."
     "Install MSVC debug files."
     ON
     ON