aboutsummaryrefslogtreecommitdiff
path: root/ports/assimp/remove-useless-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ports/assimp/remove-useless-path.patch')
-rw-r--r--ports/assimp/remove-useless-path.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/ports/assimp/remove-useless-path.patch b/ports/assimp/remove-useless-path.patch
new file mode 100644
index 000000000..d16494f98
--- /dev/null
+++ b/ports/assimp/remove-useless-path.patch
@@ -0,0 +1,12 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 4a20cee..4fcb8dd 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -108,7 +108,6 @@ if (WIN32)
+ endif()
+
+ IF(MSVC)
+- SET (CMAKE_PREFIX_PATH "D:\\libs\\devil")
+ OPTION( ASSIMP_INSTALL_PDB
+ "Install MSVC debug files."
+ ON