Skip to content

Commit

Permalink
lower level
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkh committed Sep 25, 2024
1 parent b0ba165 commit ac2b038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ else()
)

if(MSVC)
list(APPEND cmake_args "-DCMAKE_CXX_FLAGS=/W3 /WX")
list(APPEND cmake_args "-DCMAKE_CXX_FLAGS=/W1 /WX")
endif()

include(ExternalProject)
Expand Down

0 comments on commit ac2b038

Please sign in to comment.