0
0
mirror of https://github.com/zeux/pugixml.git synced 2024-12-25 20:14:10 +08:00

Update CMake version to 3.5...3.30

This should retain compatibility with earlier version of CMake and suppress
the deprecation warning for quite some time.
This commit is contained in:
Arseny Kapoulkine 2024-11-17 08:25:06 +09:00
parent f1f532acfc
commit 8c3038f9c8

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5) cmake_minimum_required(VERSION 3.5...3.30)
# Policy configuration; this *MUST* be specified before project is defined # Policy configuration; this *MUST* be specified before project is defined
if(POLICY CMP0091) if(POLICY CMP0091)