Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
955d2b8847a0709b3c79b06de4fcb2028811fd8a
/
.
/
Modules
/
Platform
/
Darwin-Determine-CXX.cmake
blob: bf37f79030f691b0465f83565f66a17a3651ff69 [
file
]
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
)