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 561e71a commit 8734a71Copy full SHA for 8734a71
CMakeLists.txt
@@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 2.8)
21
SET(CMAKE_Fortran_COMPILER_WORKS 1)
22
SET(CMAKE_Fortran_ABI_COMPILED 0)
23
SET(CMAKE_Fortran_COMPILER_SUPPORTS_F90 1)
24
-SET(CMAKE_Fortran_MODDIR_FLAG "-module ")
+SET(CMAKE_Fortran_MODDIR_FLAG "-J ")
25
26
# If we are not building as a part of LLVM, build Flang as a
27
# standalone project, using LLVM as an external library:
0 commit comments