forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[assimp] Fix assimp overwriting CMAKE_PREFIX_PATH.
- Loading branch information
1 parent
7435624
commit 0a4b09d
Showing
3 changed files
with
23 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Source: assimp | ||
Version: 4.0.1-1 | ||
Version: 4.0.1-2 | ||
Description: The Open Asset import library | ||
Build-Depends: zlib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index d781d1f..0d64d50 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -92,7 +92,6 @@ if (WIN32) | ||
endif() | ||
|
||
IF(MSVC) | ||
- set (CMAKE_PREFIX_PATH "D:\\libs\\devil") | ||
OPTION( ASSIMP_INSTALL_PDB | ||
"Install MSVC debug files." | ||
ON |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters