mirror of
https://github.com/steve-m/hsdaoh.git
synced 2025-12-10 07:44:41 +01:00
bump CMake version to get rid of warning
This commit is contained in:
parent
9b910ef0a7
commit
df8c676c64
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
########################################################################
|
########################################################################
|
||||||
# Project setup
|
# Project setup
|
||||||
########################################################################
|
########################################################################
|
||||||
cmake_minimum_required(VERSION 3.7.2)
|
cmake_minimum_required(VERSION 3.10.0)
|
||||||
|
|
||||||
# workaround for https://gitlab.kitware.com/cmake/cmake/issues/16967
|
# workaround for https://gitlab.kitware.com/cmake/cmake/issues/16967
|
||||||
if(${CMAKE_VERSION} VERSION_LESS "3.12.0")
|
if(${CMAKE_VERSION} VERSION_LESS "3.12.0")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue