cmake/Modules/Platform/FreeBSD-Determine-CXX.cmake
2018-01-26 17:06:56 +01:00

4 lines
77 B
CMake

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