mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
uldaq: fix CMakeLists
This commit is contained in:
parent
eb7cccf424
commit
f499e49ef7
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ endif()
|
|||
if(ULDAQ_FOUND)
|
||||
list(APPEND NODE_SRC uldaq.c)
|
||||
list(APPEND INCLUDE_DIRS ${ULDAQ_INCLUDE_DIRS})
|
||||
list(APPEND LIBRARIES PkgConfig::ULDAQ)
|
||||
list(APPEND LIBRARIES uldaq)
|
||||
endif()
|
||||
|
||||
# Enable shared memory node-type
|
||||
|
|
Loading…
Add table
Reference in a new issue