Skip to content

Commit 8734a71

Browse files
authored
Use -J instead of -module
1 parent 561e71a commit 8734a71

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
@@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 2.8)
2121
SET(CMAKE_Fortran_COMPILER_WORKS 1)
2222
SET(CMAKE_Fortran_ABI_COMPILED 0)
2323
SET(CMAKE_Fortran_COMPILER_SUPPORTS_F90 1)
24-
SET(CMAKE_Fortran_MODDIR_FLAG "-module ")
24+
SET(CMAKE_Fortran_MODDIR_FLAG "-J ")
2525

2626
# If we are not building as a part of LLVM, build Flang as a
2727
# standalone project, using LLVM as an external library:

0 commit comments

Comments
 (0)