You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
271 B
8 lines
271 B
3 years ago
|
foreach(test_language C CXX)
|
||
|
enable_language(${test_language})
|
||
|
if(DEFINED CMAKE_${test_language}_STANDARD_DEFAULT
|
||
|
AND NOT CMAKE_${test_language}_COMPILE_FEATURES)
|
||
|
message(FATAL_ERROR "Compile features not found for ${test_language}")
|
||
|
endif()
|
||
|
endforeach()
|