Skip to content
Snippets Groups Projects
Commit 49bb42d3 authored by Administrator's avatar Administrator
Browse files

Fix a compilation error introduced with MR 323

An external packages is only updated if there is a change in the commit hash
of the external package.
Unfortunately there was no change of the hash value in MR 323 but only a patch
setp was added.
The introduced patch is such not applied since no action is taken at all.
This commit fixes the problem by changing the commit hash by one.
The new commit only adds code which isn't compiled in our setup such is safe.
parent 0dfd3e5e
No related branches found
No related tags found
1 merge request!378Fix a compilation error introduced with MR 323
Pipeline #11191 passed
......@@ -5,7 +5,7 @@
download_project_if_needed(PROJECT fles_ipc
GIT_REPOSITORY "https://github.com/cbm-fles/flesnet"
GIT_TAG "92ff50ead204d0acb4fccd9cbb9876817d077528"
GIT_TAG "f3053e064df61f434a4af4b353178f881dd8a5d0"
GIT_STASH TRUE
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/ipc
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