Files
autocmake/test/fc_omp/src/CMakeLists.txt
2015-09-18 14:07:57 +02:00

7 lines
118 B
CMake

if(OPENMP_FOUND)
add_executable(example example.f90)
else()
message(FATAL_ERROR "OPENMP not found!")
endif()