Update minimum cmake version.

This commit is contained in:
Brenden Matthews
2023-01-01 14:35:41 -05:00
parent 1b1ca6d559
commit 98b70966eb

View File

@@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
cmake_minimum_required(VERSION 3.6)
cmake_minimum_required(VERSION 3.15)
project(conky)