Remove duplicated cmake_minimum_required() calls.

This commit is contained in:
Lei Zhang 2016-05-04 17:01:36 -04:00
parent 3c1e08057e
commit 3f460532cc
7 changed files with 0 additions and 16 deletions

View file

@ -1,7 +1,3 @@
cmake_minimum_required(VERSION 2.8)
add_library(OSDependent STATIC ossource.cpp ../osinclude.h)
install(TARGETS OSDependent