فهرست منبع

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.
Brad King 16 سال پیش
والد
کامیت
0ea43ee128
3فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 1 0
      Modules/Compiler/Intel-C.cmake
  2. 1 0
      Modules/Compiler/Intel-CXX.cmake
  3. 1 0
      Modules/Compiler/Intel-Fortran.cmake

+ 1 - 0
Modules/Compiler/Intel-C.cmake

@@ -0,0 +1 @@
+SET(CMAKE_C_VERBOSE_FLAG "-v")

+ 1 - 0
Modules/Compiler/Intel-CXX.cmake

@@ -0,0 +1 @@
+SET(CMAKE_CXX_VERBOSE_FLAG "-v")

+ 1 - 0
Modules/Compiler/Intel-Fortran.cmake

@@ -0,0 +1 @@
+SET(CMAKE_Fortran_VERBOSE_FLAG "-v")