1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

bump libxil version requirement

This commit is contained in:
Steffen Vogel 2022-09-13 03:31:38 -04:00
parent 60df06113e
commit 7ceffa642b

View file

@ -54,7 +54,7 @@ include(FindPkgConfig)
set(ENV{PKG_CONFIG_PATH} "$ENV{PKG_CONFIG_PATH}:/usr/local/lib/pkgconfig:/usr/local/lib64/pkgconfig:/usr/local/share/pkgconfig:/usr/lib64/pkgconfig")
pkg_check_modules(JANSSON REQUIRED IMPORTED_TARGET jansson)
pkg_check_modules(XIL REQUIRED IMPORTED_TARGET libxil)
pkg_check_modules(XIL REQUIRED IMPORTED_TARGET libxil>=0.1.1)
find_package(Threads)
find_package(Criterion)