Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
75ab2edf8ac8ea2258963d02f95317181d162c19
/
.
/
Modules
/
Platform
/
Windows-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
)