FreeBSD prefers to call the C++ compiler c++ (just like Linux, Darwin, ..)

This commit is contained in:
Adriaan de Groot 2017-09-20 10:52:29 +02:00
parent 33ead73d73
commit a0508dee93

View File

@ -0,0 +1,3 @@
if(NOT CMAKE_CXX_COMPILER_NAMES)
set(CMAKE_CXX_COMPILER_NAMES c++)
endif()