-
- Downloads
Intel: Do not use GNU-like flags on Windows
Refactor options out of `Modules/Compiler/Intel-{ASM,C,CXX,Fortran}.cmake` into a common helper in `Modules/Compiler/Intel.cmake`. Condition them to be used only on non-Windows hosts where the Intel compiler is GNU-like instead of MSVC-like. Previously this worked only because the options were later overridden by `Modules/Platform/Windows-Intel*.cmake`, but it is cleaner to not set the options in the first place.
Showing
- Modules/Compiler/Intel-ASM.cmake 5 additions, 6 deletionsModules/Compiler/Intel-ASM.cmake
- Modules/Compiler/Intel-C.cmake 5 additions, 6 deletionsModules/Compiler/Intel-C.cmake
- Modules/Compiler/Intel-CXX.cmake 5 additions, 6 deletionsModules/Compiler/Intel-CXX.cmake
- Modules/Compiler/Intel-Fortran.cmake 3 additions, 6 deletionsModules/Compiler/Intel-Fortran.cmake
- Modules/Compiler/Intel.cmake 36 additions, 0 deletionsModules/Compiler/Intel.cmake
Modules/Compiler/Intel.cmake
0 → 100644
Please register or sign in to comment