Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! squash! General CMakeLists …
Browse files Browse the repository at this point in the history
…improvements - cmake v2→v3

Somehow I bumped this up to latest, that's not right..
  • Loading branch information
kheaactua committed Aug 16, 2024
1 parent 4cf5b0a commit 65ed4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ if(MSVC)
)
# Disable warning C4250 since it warns that the compiler is correctly following the C++ Standard. It's a
# "We-Are-Doing-Things-By-The-Book" notice, not a real warning.
add_compile_options(/EHsc /std:c++latest /wd4250)
add_compile_options(/EHsc /wd4250)
add_definitions(
-D_CRT_SECURE_NO_WARNINGS
-D_SCL_SECURE_NO_WARNINGS
Expand Down

0 comments on commit 65ed4b1

Please sign in to comment.