mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-06 06:38:37 -06:00
FreeBSD prefers to call the C++ compiler c++ (just like Linux, Darwin, ..)
This commit is contained in:
3
Modules/Platform/FreeBSD-Determine-CXX.cmake
Normal file
3
Modules/Platform/FreeBSD-Determine-CXX.cmake
Normal file
@@ -0,0 +1,3 @@
|
||||
if(NOT CMAKE_CXX_COMPILER_NAMES)
|
||||
set(CMAKE_CXX_COMPILER_NAMES c++)
|
||||
endif()
|
||||
Reference in New Issue
Block a user