We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b5b53 commit 0948c85Copy full SHA for 0948c85
CMakeLists.txt
@@ -63,6 +63,9 @@ if (CMAKE_Fortran_COMPILER_ID STREQUAL "GNU")
63
if (CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 5)
64
message(FATAL_ERROR "${__err_msg}ERROR: GNU v5.0 or newer is required to build MFC.")
65
endif()
66
+ # if (MFC_OpenACC)
67
+ # message(FATAL_ERROR "GNU and ")
68
+ # endif()
69
elseif ((CMAKE_Fortran_COMPILER_ID STREQUAL "NVHPC") OR (CMAKE_Fortran_COMPILER_ID STREQUAL "PGI"))
70
if (CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 21.7)
71
message(FATAL_ERROR "${__err_msg}ERROR: NVHPC v21.7 or newer is required to build MFC.")
0 commit comments