Browse Source
Merge pull request #431 from LeSpocky/cmake
cmake: Bump required version
tags/json-c-0.14-20200419
Eric Haszlakiewicz
GitHub
7 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
CMakeLists.txt
|
|
@@ -1,6 +1,6 @@ |
|
|
|
#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) |
|
|
|
project(json-c VERSION 0.13.99) |
|
|
|
|
|
|
|