mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
CMake: reduce required version of libuuid from 2.29 to 2.27
This commit is contained in:
parent
d8eb2f966a
commit
4f03908713
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ pkg_check_modules(RABBITMQ_C IMPORTED_TARGET librabbitmq>=0.8.0)
|
|||
pkg_check_modules(COMEDILIB IMPORTED_TARGET comedilib>=0.11.0)
|
||||
pkg_check_modules(LIBZMQ IMPORTED_TARGET libzmq>=2.2.0)
|
||||
pkg_check_modules(LIBULDAQ IMPORTED_TARGET libuldaq>=1.0.0)
|
||||
pkg_check_modules(UUID IMPORTED_TARGET REQUIRED uuid>=2.29)
|
||||
pkg_check_modules(UUID IMPORTED_TARGET REQUIRED uuid>=2.27)
|
||||
pkg_check_modules(NANOMSG IMPORTED_TARGET nanomsg)
|
||||
if(NOT NANOMSG_FOUND)
|
||||
pkg_check_modules(NANOMSG IMPORTED_TARGET libnanomsg>=1.0.0)
|
||||
|
|
Loading…
Add table
Reference in a new issue