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

Commit d68527c

Browse files
author
akira-miasato
authored
Remove VERSION temporarily
1 parent e19ef2b commit d68527c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)
22
if (CMAKE_VERSION VERSION_LESS "3")
33
project(json11 CXX)
44
else()
5-
project(json11 VERSION 1.0.0 LANGUAGES CXX)
5+
project(json11 LANGUAGES CXX)
66
endif()
77

88
enable_testing()

0 commit comments

Comments
 (0)