瀏覽代碼

CMake: Add missing 0 to minimum version

Removed by mistake.
pull/444/head
Ahmad Fatoum 7 年之前
父節點
當前提交
2090ad8119
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: C3EAC3DE9321D59B
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      utils.cmake

+ 1
- 1
utils.cmake 查看文件

@ -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

Loading…
取消
儲存