mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 14:30:27 +00:00
Merge topic 'XL-Fortran-moddir-issue-12246'
3bb8566
XL: Place Fortran modules with -qmoddir= flag (#12246)
This commit is contained in:
commit
87b8b3c0a0
@ -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