mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
reduce version requirement of libuuid
This commit is contained in:
parent
5845482f99
commit
f4f2849da8
2 changed files with 5 additions and 1 deletions
|
@ -103,7 +103,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.31)
|
||||
pkg_check_modules(UUID IMPORTED_TARGET REQUIRED uuid>=2.29)
|
||||
pkg_check_modules(NANOMSG IMPORTED_TARGET nanomsg)
|
||||
if(NOT NANOMSG_FOUND)
|
||||
pkg_check_modules(NANOMSG IMPORTED_TARGET libnanomsg>=1.0.0)
|
||||
|
|
|
@ -27,6 +27,10 @@
|
|||
#include <spdlog/spdlog.h>
|
||||
#include <uuid/uuid.h>
|
||||
|
||||
#ifdef UUID_STR_LEN
|
||||
#define UUID_STR_LEN 37
|
||||
#endif
|
||||
|
||||
#include <libwebsockets.h>
|
||||
|
||||
/* Forward declarations */
|
||||
|
|
Loading…
Add table
Reference in a new issue