CMake will no longer complain that the minimum CMake version is not specified for test/CMakeLists.txt.

This commit is contained in:
Omer Katz 2015-12-29 15:24:13 +02:00
parent f36af30531
commit 5121034bb8

View File

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