s/FATAL/FATAL_ERROR/
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
if (OPENMP_FOUND)
|
||||
if(OPENMP_FOUND)
|
||||
add_executable(example example.f90)
|
||||
else()
|
||||
message(FATAL "OPENMP not found!")
|
||||
message(FATAL_ERROR "OPENMP not found!")
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user