Browse Source

CMake: Bump maximum policy version to 3.26.

It adds only one new policy related to FOLDERS which we don't use.
This makes it clear that the code is compatible with the policies
up to 3.26.
v5.6
Lasse Collin 1 year ago
committed by Jia Tan
parent
commit
0ba234f692
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -46,7 +46,7 @@
#
#############################################################################
cmake_minimum_required(VERSION 3.13...3.25 FATAL_ERROR)
cmake_minimum_required(VERSION 3.13...3.26 FATAL_ERROR)
include(CMakePushCheckState)
include(CheckIncludeFile)

Loading…
Cancel
Save