Requiring only CMake 3.2, not 3.3

Easier to install on older Linux systems
This commit is contained in:
Daniel Wolf 2016-09-05 22:25:37 +02:00
parent d732859554
commit e81c9da999
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.2)
# Support legacy OS X versions
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.7" CACHE STRING "Minimum OS X deployment version")