mirror of
https://github.com/reactos/CMake.git
synced 2025-03-04 01:47:37 +00: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")
|