aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tacopie/fix-mingw-build.patch
blob: a7b5bd4ecb295cf08d5ba150631ee768d7bbcb1f (plain)
1
2
3
4
5
6
7
8
9
10
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