autocmake/test/fc_mpi/src/CMakeLists.txt
Miro ILIAS f8905fed65 simple MPI test for testing the autocmake
- code reviewer's comments included
2015-08-07 15:12:53 +02:00

7 lines
107 B
CMake

if (MPI_FOUND)
add_executable(example example.f90)
else()
message(FATAL "MPI not found!")
endif()