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
155e644365
CMake
/
Modules
/
Platform
/
Linux-Intel-CXX.cmake
3 lines
58 B
CMake
Raw
Normal View
History
Unescape
Escape
Use Intel for Linux flags only on Linux The commit "Split Intel compiler information files" moved some Linux specific flags into the platform-independent Intel compiler info files. This moves them back.
2009-09-01 21:55:13 +04:00
INCLUDE
(
Platform/Linux-Intel
)
Consolidate Linux Intel compiler information We consolidate duplicate code from Platform/Linux-Intel-<lang>.cmake files into a macro defined in Platform/Linux-Intel.cmake.
2009-12-04 17:20:24 +03:00
__linux_compiler_intel
(
CXX
)