Browse Source

Allow build with cmake 4.0.0

Update the min version to match parent CMakeLists.txt 3.9...3.12
pull/888/head
Rudi Heitbaum GitHub 6 months ago
parent
commit
42864e12b0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      apps/CMakeLists.txt

+ 1
- 1
apps/CMakeLists.txt View File

@@ -1,5 +1,5 @@

cmake_minimum_required(VERSION 2.8) # see ../CMakeLists.txt for why 2.8
cmake_minimum_required(VERSION 3.9...3.12)

if(POLICY CMP0075)
cmake_policy(SET CMP0075 NEW)


Loading…
Cancel
Save