Skip to content

Commit

Permalink
Add /permissive- explicitly for MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhbell committed Feb 23, 2024
1 parent b98b27d commit af5e3b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ enable_testing()

# Enable /bigobj for MSVC builds
if (MSVC)
add_compile_options(-bigobj)
add_compile_options(/bigobj)
add_compile_options(/permissive-)
endif()


option (TEQP_NO_PYTHON
"Enable to NOT build the Python interface"
OFF)
Expand Down

0 comments on commit af5e3b2

Please sign in to comment.