From 7ceffa642ba41974ce75ed26993bf836a86855e0 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 13 Sep 2022 03:31:38 -0400 Subject: [PATCH] bump libxil version requirement --- fpga/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpga/CMakeLists.txt b/fpga/CMakeLists.txt index 266871406..b4f429b44 100644 --- a/fpga/CMakeLists.txt +++ b/fpga/CMakeLists.txt @@ -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)