cmake/Modules/Platform/Linux-Determine-CXX.cmake
2016-10-30 18:24:19 +01:00

4 lines
77 B
CMake

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