mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
53e76c8f12
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
33 B
CMake
2 lines
33 B
CMake
set(CMAKE_CXX_VERBOSE_FLAG "-v")
|