mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-10 15:50:50 -06:00
Tests: Generalize test name RunCMake.MSVC{Warning => Default}Flags
Prepare to add cases for other kinds of flags.
This commit is contained in:
@@ -555,10 +555,10 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "^(Cray|PGI|NVHPC|XL|XLClang|IBMClang|Fujitsu|F
|
||||
add_RunCMake_test(MetaCompileFeatures)
|
||||
endif()
|
||||
if(MSVC)
|
||||
add_RunCMake_test(MSVCDefaultFlags)
|
||||
add_RunCMake_test(MSVCRuntimeChecks)
|
||||
add_RunCMake_test(MSVCRuntimeLibrary)
|
||||
add_RunCMake_test(MSVCRuntimeTypeInfo)
|
||||
add_RunCMake_test(MSVCWarningFlags)
|
||||
add_RunCMake_test(MSVCDebugInformationFormat)
|
||||
endif()
|
||||
if(XCODE_VERSION)
|
||||
|
||||
Reference in New Issue
Block a user