Merge pull request #501 from thedrow/fix-cmake-min-version-warning

CMake will no longer complain that the minimum CMake version is not specified
This commit is contained in:
Milo Yip 2016-01-04 09:28:30 +08:00
commit 9515b9cc94

View File

@ -1,3 +1,5 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
find_package(GTestSrc)
IF(GTESTSRC_FOUND)