mirror of
https://github.com/reactos/CMake.git
synced 2025-03-01 16:37:14 +00:00
FreeBSD prefers to call the C++ compiler c++ (just like Linux, Darwin, ..)
This commit is contained in:
parent
33ead73d73
commit
a0508dee93
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()
|
Loading…
x
Reference in New Issue
Block a user