Cleanup: spelling in comments & duplicate terms (check_spelling.py)
Also minor clarification in doc-string.
This commit is contained in:
@@ -226,7 +226,7 @@ if(NOT MSVC_CLANG)
|
||||
string(APPEND CMAKE_CXX_FLAGS " /permissive- /Zc:__cplusplus /Zc:inline")
|
||||
string(APPEND CMAKE_C_FLAGS " /Zc:inline")
|
||||
|
||||
# For VS2022+ we can enable the the new preprocessor
|
||||
# For VS2022+ we can enable the new preprocessor
|
||||
if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 19.30.30423)
|
||||
string(APPEND CMAKE_CXX_FLAGS " /Zc:preprocessor")
|
||||
string(APPEND CMAKE_C_FLAGS " /Zc:preprocessor")
|
||||
|
||||
Reference in New Issue
Block a user