Skip to content

Commit 0948c85

Browse files
committed
err
1 parent 34b5b53 commit 0948c85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ if (CMAKE_Fortran_COMPILER_ID STREQUAL "GNU")
6363
if (CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 5)
6464
message(FATAL_ERROR "${__err_msg}ERROR: GNU v5.0 or newer is required to build MFC.")
6565
endif()
66+
# if (MFC_OpenACC)
67+
# message(FATAL_ERROR "GNU and ")
68+
# endif()
6669
elseif ((CMAKE_Fortran_COMPILER_ID STREQUAL "NVHPC") OR (CMAKE_Fortran_COMPILER_ID STREQUAL "PGI"))
6770
if (CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 21.7)
6871
message(FATAL_ERROR "${__err_msg}ERROR: NVHPC v21.7 or newer is required to build MFC.")

0 commit comments

Comments
 (0)