This commit is contained in:
Marius Orcsik 2017-11-06 00:29:18 +00:00 committed by GitHub
commit 283e7111fc
16 changed files with 24 additions and 27 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)