mirror of
https://github.com/catchorg/Catch2.git
synced 2025-07-31 19:24:50 +02: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:
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
|
||||
project(CatchSelfTest)
|
||||
|
||||
|
Reference in New Issue
Block a user