mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
Thanks to antoine@ for the exp-run. Approved by: rakuco (mentor) Reviewed by: tcberner (mentor) Reviewed by: mat PR: 222000 (exp-run) Differential Revision: https://reviews.freebsd.org/D12299
8 lines
273 B
CMake
8 lines
273 B
CMake
This prefers c++ over CC as the C++ compiler command. See PR 203793.
|
|
|
|
--- Modules/Platform/FreeBSD-CXX.cmake.orig 2017-06-14 21:54:30 UTC
|
|
+++ Modules/Platform/FreeBSD-CXX.cmake
|
|
@@ -0,0 +1,3 @@
|
|
+if(NOT CMAKE_CXX_COMPILER_NAMES)
|
|
+ set(CMAKE_CXX_COMPILER_NAMES c++)
|
|
+endif()
|