CMake will no longer complain that the minimum CMake version is not specified for test/CMakeLists.txt.
This commit is contained in:
parent
f36af30531
commit
5121034bb8
@ -1,3 +1,5 @@
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
|
||||
|
||||
find_package(GTestSrc)
|
||||
|
||||
IF(GTESTSRC_FOUND)
|
||||
|
Loading…
x
Reference in New Issue
Block a user