Minor changes to CMake comments, etc. (#2078)

This commit is contained in:
Dana Robinson
2022-08-31 09:03:37 -07:00
committed by GitHub
parent ccdcec273a
commit 6e8aaab1b4
7 changed files with 57 additions and 56 deletions

View File

@@ -34,7 +34,6 @@ endif()
# future
if(MSVC OR _INTEL_WINDOWS OR _CLANG_MSVC_WINDOWS)
add_definitions(-D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE)
else()
endif()
if(MSVC)