This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Apq
/
CMake
mirror of
https://github.com/Kitware/CMake.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
FreeBSD prefers to call the C++ compiler c++ (just like Linux, Darwin, ..)
Adriaan de Groot
8 years ago
parent
33ead73d73
commit
a0508dee93
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
Modules/Platform/FreeBSD-Determine-CXX.cmake
+ 3
- 0
Modules/Platform/FreeBSD-Determine-CXX.cmake
View File
@@ -0,0 +1,3 @@
+if(NOT CMAKE_CXX_COMPILER_NAMES)
+ set(CMAKE_CXX_COMPILER_NAMES c++)
+endif()