Browse Source

Reset CMake required version and project version

keep-around/3e58d273819ff38cbd371884e4aeb754fb09d1bf
François Grisez 6 years ago
parent
commit
3e58d27381
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      CMakeLists.txt

+ 2
- 2
CMakeLists.txt View File

@ -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}")


Loading…
Cancel
Save