Skip to content

Commit

Permalink
Revert VERSION change, now setting CMP0048 policy to NEW
Browse files Browse the repository at this point in the history
  • Loading branch information
amiasato committed Apr 28, 2017
1 parent d68527c commit b3c769d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ cmake_minimum_required(VERSION 2.8)
if (CMAKE_VERSION VERSION_LESS "3")
project(json11 CXX)
else()
project(json11 LANGUAGES CXX)
cmake_policy(SET CMP0048 NEW)
project(json11 VERSION 1.0.0 LANGUAGES CXX)
endif()

enable_testing()
Expand Down

0 comments on commit b3c769d

Please sign in to comment.