Skip to content

Commit a6ff639

Browse files
committed
Fix typo in CMakeLists
1 parent e02e9f6 commit a6ff639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ option(MFC_MPI "Build with MPI" ON
2020
option(MFC_OpenACC "Build with OpenACC" OFF)
2121
option(MFC_GCov "Build with GCov" OFF)
2222
option(MFC_Unified "Build with unified CPU & GPU memory (GH-200 only)" OFF)
23-
option(MFC_Fastmath "Build with -fastmath on NV GPUs" OFF)
23+
option(MFC_Fastmath "Build with -gpu=fastmath on NV GPUs" OFF)
2424
option(MFC_PRE_PROCESS "Build pre_process" OFF)
2525
option(MFC_SIMULATION "Build simulation" OFF)
2626
option(MFC_POST_PROCESS "Build post_process" OFF)

0 commit comments

Comments
 (0)