mirror of
https://github.com/Kitware/CMake.git
synced 2025-06-22 20:34:08 +08:00

The Cray Fortran compiler needs "-em" to enable module output and also "-J." to place the .mod files in the current working directory (instead of next to the .o file).
2 lines
31 B
CMake
2 lines
31 B
CMake
set(CMAKE_C_VERBOSE_FLAG "-v")
|