From 3e58d273819ff38cbd371884e4aeb754fb09d1bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Mon, 4 Nov 2019 14:54:42 +0100 Subject: [PATCH] Reset CMake required version and project version --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f1f9ec..ef82f50 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,8 +20,8 @@ # ############################################################################ -cmake_minimum_required(VERSION 3.1) -project(bcg729 VERSION 1.1.0 LANGUAGES C) +cmake_minimum_required(VERSION 3.11) # we need CMake 3.11 for defining 'package_source' target as custom target +project(bcg729 VERSION 4.3.0 LANGUAGES C) set(PACKAGE "${PROJECT_NAME}")