Explorar el Código

Relax required cmake version

tags/1.0
Timo Röhling hace 12 años
padre
commit
50405724ea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt Ver fichero

@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 2.8)
1
+cmake_minimum_required(VERSION 2.4)
2 2
 project(postsrsd C)
3 3
 
4 4
 option(GENERATE_SRS_SECRET "Generate a random SRS secret if none exists during install" ON)

Loading…
Cancelar
Guardar