Skip to content

Commit 0b96ff2

Browse files
isurufkaadam
authored andcommitted
Use -J instead of -module
1 parent 46772ee commit 0b96ff2

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
@@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 2.8)
1111
SET(CMAKE_Fortran_COMPILER_WORKS 1)
1212
SET(CMAKE_Fortran_ABI_COMPILED 0)
1313
SET(CMAKE_Fortran_COMPILER_SUPPORTS_F90 1)
14-
SET(CMAKE_Fortran_MODDIR_FLAG "-module ")
14+
SET(CMAKE_Fortran_MODDIR_FLAG "-J ")
1515

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

0 commit comments

Comments
 (0)