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)