commit 6291e6d4391bae921f3dccc0373e3b88a48ecb9b
parent b847dbc96a2372503b73f482a5e210474676762f
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 2 Feb 2021 08:54:19 +0100
Bump CMake minimum version to 3.1
The 2.8 version is deprecated and its support is going to be removed
from CMake.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.1)
project(htsky C)
set(HTSKY_SOURCE_DIR ${PROJECT_SOURCE_DIR}/../src)