Commit 18cb4224 authored by Andreas Schuh's avatar Andreas Schuh

fix: Require CMake version 2.8.12 in test project

parent 799e910c
## gflags package configuration tests
cmake_minimum_required (VERSION 2.8)
cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)
project (gflags_${TEST_NAME})
......
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