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:
parent
60df06113e
commit
7ceffa642b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue