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 fa9b40d commit 40ab80bCopy full SHA for 40ab80b
CMakeLists.txt
@@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 2.8)
11
SET(CMAKE_Fortran_COMPILER_WORKS 1)
12
SET(CMAKE_Fortran_ABI_COMPILED 0)
13
SET(CMAKE_Fortran_COMPILER_SUPPORTS_F90 1)
14
-SET(CMAKE_Fortran_MODDIR_FLAG "-module ")
+SET(CMAKE_Fortran_MODDIR_FLAG "-J ")
15
16
# If we are not building as a part of LLVM, build Flang as a
17
# standalone project, using LLVM as an external library:
0 commit comments