Merge pull request #50 from sergzub/master

CMake 2.8.5 or higher is required
This commit is contained in:
Christopher Dunn 2014-10-05 12:04:46 -05:00
commit aa650c5b9d

View File

@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5)
PROJECT(jsoncpp)
ENABLE_TESTING()