Browse Source

Update CMakeLists.txt

pull/626/head
pointbre GitHub 5 years ago
parent
commit
fbee2e5297
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      CMakeLists.txt

+ 0
- 5
CMakeLists.txt View File

@@ -13,11 +13,6 @@ if(POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
endif()

set(LIB_MAJOR_VERSION "0")
set(LIB_MINOR_VERSION "13")
set(LIB_PATCH_VERSION "1")
set(LIB_VERSION_STRING "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_PATCH_VERSION}")

if (CMAKE_VERSION VERSION_LESS 3.0)
project(json-c)
else()


Loading…
Cancel
Save