diff options
| author | JackBoosY <47264268+JackBoosY@users.noreply.github.com> | 2019-06-01 15:11:06 +0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-06-01 00:11:06 -0700 |
| commit | d605091f75a4657630c370cc72cfa8d14dad8e39 (patch) | |
| tree | e06c1488ade28b2f6dda6e1daf224ec1e0ee19b5 /ports/assimp/remove-useless-path.patch | |
| parent | 6633185eed843707e3516d4d5ef6f7ac6f753cb5 (diff) | |
| download | vcpkg-d605091f75a4657630c370cc72cfa8d14dad8e39.tar.gz vcpkg-d605091f75a4657630c370cc72cfa8d14dad8e39.zip | |
[assimp]Fix lrrXML library dependencies. (#6593)
* [assimp]Fix lrrXML library dependencies.
* [assimp]Use FindZLIB.cmake instead of setting the zlib path.
* [assimp]Delete useless path.
* [assimp]Reserve macros to enable irrlich dependencies in the future.
Diffstat (limited to 'ports/assimp/remove-useless-path.patch')
| -rw-r--r-- | ports/assimp/remove-useless-path.patch | 12 |
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 |
