mirror of
https://github.com/reactos/CMake.git
synced 2025-02-25 14:41:16 +00:00
8 lines
248 B
CMake
8 lines
248 B
CMake
![]() |
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)
|