This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
e94958e99c
CMake
/
Modules
/
Compiler
/
Cray-C.cmake
2 lines
31 B
CMake
Raw
Normal View
History
Unescape
Escape
Teach CMake about Cray C, C++, and Fortran compilers 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).
2010-11-12 17:12:08 +03:00
set
(
CMAKE_C_VERBOSE_FLAG
"-v"
)