mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 13:19:51 -05:00
FreeBSD prefers to call the C++ compiler c++ (just like Linux, Darwin, ..)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
if(NOT CMAKE_CXX_COMPILER_NAMES)
|
||||
set(CMAKE_CXX_COMPILER_NAMES c++)
|
||||
endif()
|
||||
Reference in New Issue
Block a user