Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Modules
/
Platform
/
Darwin-Determine-CXX.cmake
blob: bf37f79030f691b0465f83565f66a17a3651ff69 [
file
] [
log
] [
blame
]
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
)