mirror of
https://github.com/json-c/json-c.git
synced 2026-04-12 00:39:06 +08:00
Merge pull request #431 from LeSpocky/cmake
cmake: Bump required version
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
#Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 2.8.7)
|
cmake_minimum_required(VERSION 3.1)
|
||||||
cmake_policy(SET CMP0048 NEW)
|
cmake_policy(SET CMP0048 NEW)
|
||||||
project(json-c VERSION 0.13.99)
|
project(json-c VERSION 0.13.99)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user