int64_t in receiver missing packets

This commit is contained in:
Erik Frojdh
2022-01-06 15:15:42 +01:00
parent 22c820771a
commit f818ac46b8
5 changed files with 13 additions and 15 deletions

View File

@ -208,6 +208,9 @@ if (NOT TARGET libzmq)
endif()
endif()
get_target_property(VAR libzmq INTERFACE_INCLUDE_DIRECTORIES)
message(STATUS "zmq: ${VAR}")
if (SLS_USE_TESTS)
enable_testing()
add_subdirectory(tests)