Browse Source

cmake: Bump policy version to 3.19

pull/136/head
Daniel Scharrer 5 years ago
parent
commit
36ae51399d
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8...3.15)
cmake_minimum_required(VERSION 2.8...3.19)
if(CMAKE_VERSION VERSION_LESS 3.12)
cmake_policy(VERSION ${CMAKE_VERSION})

Loading…
Cancel
Save