Browse Source

Minimum cmake is now 3.8

Signed-off-by: falkTX <falktx@falktx.com>
popup-tests
falkTX 1 month ago
parent
commit
3fb96a349b
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View File

@@ -4,7 +4,7 @@
#
# SPDX-License-Identifier: ISC

cmake_minimum_required(VERSION 3.7)
cmake_minimum_required(VERSION 3.8)

project(DPF)



Loading…
Cancel
Save