Tests: Run RunCMake.target_compile_features unconditionally.
It is so far testing only cases which are fatal regardless of recorded features.
This commit is contained in:
parent
8472ef243f
commit
597bb72ed7
|
@ -126,9 +126,7 @@ add_RunCMake_test(File_Generate)
|
||||||
add_RunCMake_test(ExportWithoutLanguage)
|
add_RunCMake_test(ExportWithoutLanguage)
|
||||||
add_RunCMake_test(target_link_libraries)
|
add_RunCMake_test(target_link_libraries)
|
||||||
|
|
||||||
if (CMAKE_CXX_COMPILER_ID STREQUAL GNU AND NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.8)
|
add_RunCMake_test(target_compile_features)
|
||||||
add_RunCMake_test(target_compile_features)
|
|
||||||
endif()
|
|
||||||
add_RunCMake_test(CheckModules)
|
add_RunCMake_test(CheckModules)
|
||||||
add_RunCMake_test(CommandLine)
|
add_RunCMake_test(CommandLine)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue