Explorar el Código

Policy for MAC RPATH set to NEW

enhancement_3
Trevor Irons hace 8 años
padre
commit
1ede84da26
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. 7
    1
      CMakeLists.txt

+ 7
- 1
CMakeLists.txt Ver fichero

@@ -1,4 +1,10 @@
1
-cmake_minimum_required (VERSION 2.8.7)
1
+cmake_minimum_required (VERSION 2.8.12)
2
+
3
+if(POLICY CMP0015)
4
+	cmake_policy(SET CMP0015 NEW)
5
+endif()
6
+
7
+
2 8
 
3 9
 project (Lemma CXX)
4 10
 

Loading…
Cancelar
Guardar