zeek/auxil/vcpkg/ports/tacopie/fix-mingw-build.patch
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

12 lines
245 B
Diff

--- 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