You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
248 B
8 lines
248 B
12 years ago
|
if(NOT CMAKE_CXX_COMPILER_NAMES)
|
||
|
set(CMAKE_CXX_COMPILER_NAMES c++)
|
||
|
endif()
|
||
|
|
||
|
# Exclude C++ compilers differing from C compiler only by case
|
||
|
# because this platform may have a case-insensitive filesystem.
|
||
|
set(CMAKE_CXX_COMPILER_EXCLUDE CC aCC xlC)
|