diff options
Diffstat (limited to 'Modules/Compiler/Intel.cmake')
-rw-r--r-- | Modules/Compiler/Intel.cmake | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Modules/Compiler/Intel.cmake b/Modules/Compiler/Intel.cmake deleted file mode 100644 index 030f2c0..0000000 --- a/Modules/Compiler/Intel.cmake +++ /dev/null @@ -1,11 +0,0 @@ -if(NOT XIAR) - set(_intel_xair_hints) - foreach(lang C CXX Fortran) - if(IS_ABSOLUTE "${CMAKE_${lang}_COMPILER}") - get_filename_component(_hint "${CMAKE_${lang}_COMPILER}" PATH) - list(APPEND _intel_xair_hints ${_hint}) - endif() - endforeach() - find_program(XIAR NAMES xiar HINTS ${_intel_xair_hints}) - mark_as_advanced(XIAR) -endif(NOT XIAR) |