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:
Stephen Kelly 2014-04-16 17:20:15 +02:00
parent 8472ef243f
commit 597bb72ed7
1 changed files with 1 additions and 3 deletions

View File

@ -126,9 +126,7 @@ add_RunCMake_test(File_Generate)
add_RunCMake_test(ExportWithoutLanguage)
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)
endif()
add_RunCMake_test(target_compile_features)
add_RunCMake_test(CheckModules)
add_RunCMake_test(CommandLine)