diff options
| author | ras0219 <533828+ras0219@users.noreply.github.com> | 2020-09-09 20:40:15 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-09 20:40:15 -0700 |
| commit | f6df03b4a819bf78bc0cdf8b2369ffffc44cd894 (patch) | |
| tree | ae3b16c8082f8202e9a01004e4b17cfdcfd52658 /ports/assimp/fix-static-build-error.patch | |
| parent | 32b6c3a134022db7b985ed5f7d1f2ff13a96a140 (diff) | |
| download | vcpkg-f6df03b4a819bf78bc0cdf8b2369ffffc44cd894.tar.gz vcpkg-f6df03b4a819bf78bc0cdf8b2369ffffc44cd894.zip | |
[assimp][irrxml][kubazip][poly2tri][polyclipping] Extract vendored dependencies (#13264)
* [assimp] Fix -config.cmake files
* [assimp] Fix linux build and provide backwards-compatible alias
* [assimp][irrxml][kubazip][poly2tri][polyclipping] Extract vendored dependencies
* [assimp] Use find_dependency(); add ZLIB dependency
* [polyclipping] Do not suffix upstream binaries
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
Diffstat (limited to 'ports/assimp/fix-static-build-error.patch')
| -rw-r--r-- | ports/assimp/fix-static-build-error.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ports/assimp/fix-static-build-error.patch b/ports/assimp/fix-static-build-error.patch deleted file mode 100644 index 39531aed1..000000000 --- a/ports/assimp/fix-static-build-error.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt
-index dcafb64..6c3d03e 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -253,7 +253,7 @@ ELSEIF(MSVC)
- IF(MSVC12)
- ADD_COMPILE_OPTIONS(/wd4351)
- ENDIF()
-- SET(CMAKE_CXX_FLAGS_DEBUG "/D_DEBUG /MDd /Ob2 /DEBUG:FULL /Zi")
-+# SET(CMAKE_CXX_FLAGS_DEBUG "/D_DEBUG /MDd /Ob2 /DEBUG:FULL /Zi")
- ELSEIF ( "${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang" )
- IF(NOT HUNTER_ENABLED)
- SET(CMAKE_CXX_FLAGS "-fPIC -std=c++11 ${CMAKE_CXX_FLAGS}")
|
