Bumped min cmake version to 3.0

Now we can use target_compile_option to privately add warnings to our
build, without polluting outside CXX_FLAGS.
This commit is contained in:
Martin Hořeňovský 2017-01-31 20:21:03 +01:00
parent 0dabd951ba
commit 50c95a0143
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.0)
project(CatchSelfTest)