Partly revert my previous fix

Remove the version contraint on the json-c dependency
This commit is contained in:
Marius Orcsik 2017-10-27 15:15:33 +02:00
parent c57f68566a
commit e39d663135
No known key found for this signature in database
GPG key ID: 889CE8E4FB2D877A
10 changed files with 10 additions and 10 deletions

View file

@ -59,7 +59,7 @@ if (LD_LIBRARY_PATH)
add_definitions(-D_LD_LIBRARY_PATH="${LD_LIBRARY_PATH}")
endif()
find_package(JsonC 0.12.1 REQUIRED)
find_package(JsonC REQUIRED)
find_package(PCRE REQUIRED)
find_package(WLC REQUIRED)
find_package(Wayland REQUIRED)