diff options
Diffstat (limited to 'vcpkg/ports/tacopie/fix-mingw-build.patch')
| -rw-r--r-- | vcpkg/ports/tacopie/fix-mingw-build.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vcpkg/ports/tacopie/fix-mingw-build.patch b/vcpkg/ports/tacopie/fix-mingw-build.patch new file mode 100644 index 0000000..a7b5bd4 --- /dev/null +++ b/vcpkg/ports/tacopie/fix-mingw-build.patch @@ -0,0 +1,11 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -44,7 +44,7 @@ project(${PROJECT} CXX) + ### + # compilation options + ### +-IF (WIN32) ++IF (MSVC) + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W3 /O2 /bigobj") + + # was causing conflics with gtest build |