diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-10-05 15:29:16 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-10-05 15:29:16 (GMT) |
commit | 29794b24a995650725eecf67832cc803b0f34cf6 (patch) | |
tree | 950ec68702403350899f926a96b3d8eddd27bca5 /bootstrap | |
parent | 7f17646576395311064c3852c0f573036c63f0bb (diff) | |
download | CMake-29794b24a995650725eecf67832cc803b0f34cf6.zip CMake-29794b24a995650725eecf67832cc803b0f34cf6.tar.gz CMake-29794b24a995650725eecf67832cc803b0f34cf6.tar.bz2 |
ENH: pick native compilers first, and aCC before CC
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ #========================================================================= CMAKE_KNOWN_C_COMPILERS="cc gcc xlc icc tcc" -CMAKE_KNOWN_CXX_COMPILERS="CC g++ c++ xlC icc como aCC" +CMAKE_KNOWN_CXX_COMPILERS="aCC xlC CC g++ c++ icc como " CMAKE_KNOWN_MAKE_PROCESSORS="make gmake" CMAKE_CXX_SOURCES="\ |