From 6c21a30958b718e78144e2f492563f07d1ca6bf4 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Thu, 22 Mar 2018 20:07:47 +0100 Subject: [PATCH 1/2] closes https://github.com/assimp/assimp/issues/1850: remove buggy setup in cmake. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 15374a3fb..fe4239351 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -110,7 +110,7 @@ if (WIN32) endif() IF(MSVC) - SET (CMAKE_PREFIX_PATH "D:\\libs\\devil") +# SET (CMAKE_PREFIX_PATH "D:\\libs\\devil") OPTION( ASSIMP_INSTALL_PDB "Install MSVC debug files." ON From 349d877899ea855e68a1baa0a01a1a5ebeb2bd17 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Thu, 22 Mar 2018 21:28:52 +0100 Subject: [PATCH 2/2] Update CMakeLists.txt Remove dead code. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fe4239351..0026dcb7f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -110,7 +110,6 @@ if (WIN32) endif() IF(MSVC) -# SET (CMAKE_PREFIX_PATH "D:\\libs\\devil") OPTION( ASSIMP_INSTALL_PDB "Install MSVC debug files." ON