Commit 5121034b authored by Omer Katz's avatar Omer Katz

CMake will no longer complain that the minimum CMake version is not specified…

CMake will no longer complain that the minimum CMake version is not specified for test/CMakeLists.txt.
parent f36af305
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
find_package(GTestSrc)
IF(GTESTSRC_FOUND)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment