mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 12:59:00 +08:00
12 lines
245 B
Diff
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
|