Skip to content

Commit

Permalink
test windows v7
Browse files Browse the repository at this point in the history
  • Loading branch information
piaskowyk committed Nov 13, 2024
1 parent d09d6c3 commit 0fb4121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,8 @@ elseif ("${CMAKE_CXX_COMPILER_ID}" MATCHES "MSVC")
# Similar to GCC/Clang above, disable strict signed integer overflow.
# append("/d2UndefIntOverflow-" CMAKE_C_FLAGS CMAKE_CXX_FLAGS)

string(APPEND CMAKE_C_FLAGS " /d2UndefIntOverflow")
string(APPEND CMAKE_CXX_FLAGS " /d2UndefIntOverflow")
string(APPEND CMAKE_C_FLAGS " -d2UndefIntOverflow-")
string(APPEND CMAKE_CXX_FLAGS " -d2UndefIntOverflow-")
endif()

# Export a JSON file with the compilation commands that external tools can use
Expand Down

0 comments on commit 0fb4121

Please sign in to comment.