CMake/Modules/Platform/Linux-Determine-CXX.cmake

4 lines
77 B
CMake

if(NOT CMAKE_CXX_COMPILER_NAMES)
set(CMAKE_CXX_COMPILER_NAMES c++)
endif()