exceptions are always enabled now

This commit is contained in:
Axel Kohlmeyer
2024-08-29 22:33:40 -04:00
parent 02f16251d4
commit 6b1aec981e

View File

@ -86,9 +86,7 @@ else()
add_compile_options(/wd4244)
add_compile_options(/wd4267)
add_compile_options(/wd4250)
if(LAMMPS_EXCEPTIONS)
add_compile_options(/EHsc)
endif()
add_compile_options(/EHsc)
endif()
add_compile_definitions(_CRT_SECURE_NO_WARNINGS)
endif()