Explorar el Código

Lower cmake minimal version

Martijn Braam hace 1 año
padre
commit
cf0c7f7846
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.24)
+cmake_minimum_required(VERSION 3.23)
 project(libmegapixels C)
 
 set(LIBRARY_VERSION_MAJOR 0)