mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -05:00
4 lines
77 B
CMake
4 lines
77 B
CMake
if(NOT CMAKE_CXX_COMPILER_NAMES)
|
|
set(CMAKE_CXX_COMPILER_NAMES c++)
|
|
endif()
|