mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03: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