- bumped CMake version to 3.1.0 in all projects to reduce warning spam in recent versions.
3.1.0 is the highest minimum set in the existing subprojects so this will not exclude anything that hadn't been already.
This commit is contained in:
parent
952d43b884
commit
ba618d308c
19 changed files with 20 additions and 19 deletions
|
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required( VERSION 2.8.7 )
|
||||
cmake_minimum_required( VERSION 3.1.0 )
|
||||
|
||||
make_release_only()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue