Merge pull request #126 from dasmysh/master

Updated cmake version to correct string compare behaviour.
This commit is contained in:
Kjell Hedström 2016-12-04 07:15:54 -07:00 committed by GitHub
commit 426e77943e

View File

@ -46,7 +46,7 @@
#
# ============================================================================
cmake_minimum_required (VERSION 2.8)
cmake_minimum_required (VERSION 3.1)
ENABLE_LANGUAGE(CXX)
set(CMAKE_BUILD_TYPE Release)