Skip to content

Commit

Permalink
Merge branch 'master' into fix/valgrind-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Dec 19, 2023
2 parents fce845b + 074b3e8 commit 34b046c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ if(BUILD_CPP_TEST)

file(GLOB CPP_TEST_SOURCES tests/cpp_tests/*.cpp)
if(MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /permissive-")
set(
CompilerFlags
CMAKE_CXX_FLAGS
Expand Down

0 comments on commit 34b046c

Please sign in to comment.