Merge pull request #210 from yangfl/upstream

CMakeLists.txt: swap GNUInstallDirs and project
This commit is contained in:
Max Bruckner 2017-11-04 13:30:59 +01:00 committed by GitHub
commit 8a11f8ce17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
set(CMAKE_LEGACY_CYGWIN_WIN32 0)
cmake_minimum_required(VERSION 2.8.5)
include(GNUInstallDirs)
project(cJSON C)
include(GNUInstallDirs)
set(PROJECT_VERSION_MAJOR 1)
set(PROJECT_VERSION_MINOR 6)
set(PROJECT_VERSION_PATCH 0)