mirror of
https://github.com/json-c/json-c.git
synced 2026-03-25 16:09:06 +08:00
Allow build with cmake 4.0.0
Update the min version to match parent CMakeLists.txt 3.9...3.12
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user