1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(deps): Update minimum cmake version to 3.7.2

This matches Debian 9 LTS version, and is lower than Ubuntu 18.04's
cmake which is the oldest Ubuntu version now supported.
This commit is contained in:
Anthony Bilinski 2021-10-25 13:45:59 -07:00
parent 0dae965a2d
commit 8cf7f51c14
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -20,7 +20,7 @@
#
################################################################################
cmake_minimum_required(VERSION 2.8.11)
cmake_minimum_required(VERSION 3.7.2)
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
option(PLATFORM_EXTENSIONS "Enable platform specific extensions, requires extra dependencies" ON)