Skip to content
Snippets Groups Projects
Commit 6f7f4568 authored by Administrator's avatar Administrator
Browse files

Update flesnet version

In the latest flesnet version a fix was added to avoid crashes due to a
missing include statement. The error occors only with teh gcc8 compiler
on Debian 8 and 10.
parent 1d4fe16d
No related branches found
No related tags found
1 merge request!380Update flesnet version
Pipeline #11260 passed
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
download_project_if_needed(PROJECT fles_ipc download_project_if_needed(PROJECT fles_ipc
GIT_REPOSITORY "https://github.com/cbm-fles/flesnet" GIT_REPOSITORY "https://github.com/cbm-fles/flesnet"
GIT_TAG "f3053e064df61f434a4af4b353178f881dd8a5d0" GIT_TAG "6241e3bb4b3568dbbcf9c1b6991ddfd08d4988bd"
GIT_STASH TRUE GIT_STASH TRUE
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/ipc SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/ipc
PATCH_COMMAND "patch -p1 < ${CMAKE_CURRENT_SOURCE_DIR}/TimesliceMultiSubscriber_init.patch" PATCH_COMMAND "patch -p1 < ${CMAKE_CURRENT_SOURCE_DIR}/TimesliceMultiSubscriber_init.patch"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment