This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
Apq
/
CMake
espejo de
https://github.com/Kitware/CMake.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
FreeBSD prefers to call the C++ compiler c++ (just like Linux, Darwin, ..)
Adriaan de Groot
hace 8 años
padre
33ead73d73
commit
a0508dee93
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
3
0
Modules/Platform/FreeBSD-Determine-CXX.cmake
+ 3
- 0
Modules/Platform/FreeBSD-Determine-CXX.cmake
Ver fichero
@@ -0,0 +1,3 @@
+if(NOT CMAKE_CXX_COMPILER_NAMES)
+ set(CMAKE_CXX_COMPILER_NAMES c++)
+endif()