Skip to content

Commit 2327b23

Browse files
authored
Merge pull request json-c#431 from LeSpocky/cmake
cmake: Bump required version
2 parents 3df1f98 + 901d59b commit 2327b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Licensed under the MIT license. See LICENSE file in the project root for full license information.
22

3-
cmake_minimum_required(VERSION 2.8.7)
3+
cmake_minimum_required(VERSION 3.1)
44
cmake_policy(SET CMP0048 NEW)
55
project(json-c VERSION 0.13.99)
66

0 commit comments

Comments
 (0)