mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
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:
parent
0dabd951ba
commit
50c95a0143
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
|
||||
project(CatchSelfTest)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user