Explorar el Código

CMake: Add missing 0 to minimum version

Removed by mistake.
pull/444/head
Ahmad Fatoum hace 7 años
padre
commit
2090ad8119
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: C3EAC3DE9321D59B
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      utils.cmake

+ 1
- 1
utils.cmake Ver fichero

@ -1,5 +1,5 @@
# All sorts of things that we need cross project
cmake_minimum_required(VERSION 2.8.)
cmake_minimum_required(VERSION 2.8.0)
# Linking for OS X -framework options
# Will do nothing on other OSes

Cargando…
Cancelar
Guardar