diff --git a/CMakeLists.txt b/CMakeLists.txt index 5979fac..ea155e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2014 - 2022 Red Hat, Inc. +# Copyright (C) 2014 - 2025 Red Hat, Inc. # # This file is part of cscppc. # @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with cscppc. If not, see . -cmake_minimum_required(VERSION 3.4) +cmake_minimum_required(VERSION 3.5) project(cscppc C) enable_testing()