Ver Fonte

XL: Place Fortran modules with -qmoddir= flag (#12246)

Suggested-by: Luis Kornblueh <[email protected]>
Brad King há 14 anos atrás
pai
commit
3bb8566868
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      Modules/Compiler/XL-Fortran.cmake

+ 2 - 0
Modules/Compiler/XL-Fortran.cmake

@@ -1,6 +1,8 @@
 include(Compiler/XL)
 __compiler_xl(Fortran)
 
+SET(CMAKE_Fortran_MODDIR_FLAG "-qmoddir=")
+
 SET(CMAKE_Fortran_DEFINE_FLAG "-WF,-D")
 
 # -qthreaded     = Ensures that all optimizations will be thread-safe