Buildsystem: Fix paths

Fix library and include paths in pkg-config, CMakeLists.txt and the
CMake config files.
This commit is contained in:
Max Bruckner
2016-11-06 14:54:43 +07:00
parent 251e5a5e34
commit f9ce93029a
5 changed files with 10 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
set(PACKAGE_VERSION "@PROJECT_VERSION@")
set(PACKAGE_VERSION "@CJSON_VERSION@")
# Check whether the requested PACKAGE_FIND_VERSION is compatible
if("${PACKAGE_VERSION}" VERSION_LESS "${PACKAGE_FIND_VERSION}")