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:
commit
9515b9cc94
@ -1,3 +1,5 @@
|
|||||||
|
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
|
||||||
|
|
||||||
find_package(GTestSrc)
|
find_package(GTestSrc)
|
||||||
|
|
||||||
IF(GTESTSRC_FOUND)
|
IF(GTESTSRC_FOUND)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user