Browse Source

CMake: sync minimum version

pull/895/head
Guilhem Saurel 3 months ago
parent
commit
8af05ab785
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) # see ../CMakeLists.txt for why

if(POLICY CMP0075)
cmake_policy(SET CMP0075 NEW)


Loading…
Cancel
Save