mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
XL: Place Fortran modules with -qmoddir= flag (#12246)
Suggested-by: Luis Kornblueh <luis.kornblueh@zmaw.de>
This commit is contained in:
parent
5e40058e26
commit
3bb8566868
@ -1,6 +1,8 @@
|
|||||||
include(Compiler/XL)
|
include(Compiler/XL)
|
||||||
__compiler_xl(Fortran)
|
__compiler_xl(Fortran)
|
||||||
|
|
||||||
|
SET(CMAKE_Fortran_MODDIR_FLAG "-qmoddir=")
|
||||||
|
|
||||||
SET(CMAKE_Fortran_DEFINE_FLAG "-WF,-D")
|
SET(CMAKE_Fortran_DEFINE_FLAG "-WF,-D")
|
||||||
|
|
||||||
# -qthreaded = Ensures that all optimizations will be thread-safe
|
# -qthreaded = Ensures that all optimizations will be thread-safe
|
||||||
|
Loading…
Reference in New Issue
Block a user