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
890fd2a17d
CMake
/
Modules
/
Compiler
/
Intel-CXX.cmake
2 lines
33 B
CMake
Raw
Normal View
History
Unescape
Escape
Set CMAKE_<LANG>_VERBOSE_FLAG variables for Intel We set the variables to contain "-v", the verbose front-end output option for Intel compilers. This enables detection of implicit link libraries and directories for these compilers.
2009-07-30 00:07:27 +04:00
SET
(
CMAKE_CXX_VERBOSE_FLAG
"-v"
)