[Cmake-commits] [cmake-commits] king committed Intel-C.cmake NONE 1.1 Intel-CXX.cmake NONE 1.1 Intel-Fortran.cmake NONE 1.1

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Jul 29 16:07:29 EDT 2009


Update of /cvsroot/CMake/CMake/Modules/Compiler
In directory public:/mounts/ram/cvs-serv31650/Modules/Compiler

Added Files:
	Intel-C.cmake Intel-CXX.cmake Intel-Fortran.cmake 
Log Message:
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.


--- NEW FILE: Intel-CXX.cmake ---
SET(CMAKE_CXX_VERBOSE_FLAG "-v")

--- NEW FILE: Intel-C.cmake ---
SET(CMAKE_C_VERBOSE_FLAG "-v")

--- NEW FILE: Intel-Fortran.cmake ---
SET(CMAKE_Fortran_VERBOSE_FLAG "-v")



More information about the Cmake-commits mailing list