Skip to content
Snippets Groups Projects
Commit d414f8b7 authored by Stephan Schulz's avatar Stephan Schulz
Browse files

Throw error if feature tests without Fortran are used

parent 0273a0a2
No related branches found
No related tags found
No related merge requests found
add_subdirectory(unit)
if(CM_ALL_TESTS_INTEGRATION)
if(NOT CM_ALL_FORTRAN)
message(FATAL_ERROR "Feature tests are only available if Fortran is enabled as well")
endif()
add_subdirectory(feature)
endif()
if(CM_ALL_FORTRAN)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment