소스 검색

CMake: Add missing 0 to minimum version

Removed by mistake.
pull/444/head
Ahmad Fatoum 7 년 전
부모
커밋
2090ad8119
No known key found for this signature in database GPG 키 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

불러오는 중...
취소
저장