Explorar el Código

Relax CMake requirement to version 3.0

main
Ludovic 'Archivist' Lagouardette hace 5 meses
padre
commit
ee77862667
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 @@
cmake_minimum_required(VERSION 3.27)
cmake_minimum_required(VERSION 3.0)
project(ink C)
set(CMAKE_C_STANDARD 90)

Cargando…
Cancelar
Guardar