소스 검색

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

Adriaan de Groot 8 년 전
부모
커밋
a0508dee93
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Modules/Platform/FreeBSD-Determine-CXX.cmake

+ 3 - 0
Modules/Platform/FreeBSD-Determine-CXX.cmake

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