Skip to content
This repository was archived by the owner on Mar 26, 2020. It is now read-only.

Commit b3c769d

Browse files
committed
Revert VERSION change, now setting CMP0048 policy to NEW
1 parent d68527c commit b3c769d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ cmake_minimum_required(VERSION 2.8)
22
if (CMAKE_VERSION VERSION_LESS "3")
33
project(json11 CXX)
44
else()
5-
project(json11 LANGUAGES CXX)
5+
cmake_policy(SET CMP0048 NEW)
6+
project(json11 VERSION 1.0.0 LANGUAGES CXX)
67
endif()
78

89
enable_testing()

0 commit comments

Comments
 (0)