find packaging is problematic here..

This commit is contained in:
Robin Müller 2021-03-23 16:52:01 +01:00
parent f094e9921d
commit 20b4b5d5d3
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ target_sources(${LIB_FSFW_HAL_NAME} PRIVATE
# This abstraction layer requires the gpiod library. You can install this library
# with "sudo apt-get install -y libgpiod-dev". If you are cross-compiling, you need
# to install the package before syncing the sysroot to your host computer.
find_library(gpiod REQUIRED)
# find_library(gpiod REQUIRED)
target_link_libraries(${LIB_FSFW_HAL_NAME} PRIVATE
gpiod