Skip to content

Commit

Permalink
Remove VERSION temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
akira-miasato authored Apr 27, 2017
1 parent e19ef2b commit d68527c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)
if (CMAKE_VERSION VERSION_LESS "3")
project(json11 CXX)
else()
project(json11 VERSION 1.0.0 LANGUAGES CXX)
project(json11 LANGUAGES CXX)
endif()

enable_testing()
Expand Down

0 comments on commit d68527c

Please sign in to comment.