Skip to content

Commit

Permalink
Merge pull request #225 from ApexAI/update_to_use_iceoryx_2_0
Browse files Browse the repository at this point in the history
Update to use iceoryx 2.0
  • Loading branch information
eboasson authored Mar 11, 2022
2 parents 274590e + 9c8351b commit 150985e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .azure/templates/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ steps:
set -e -x
sudo apt-get install libacl1-dev libncurses5-dev pkg-config
git clone --depth 1 \
--branch "${ICEORYX_BRANCH:-v1.0.1}" \
--branch "${ICEORYX_BRANCH:-release_2.0}" \
"${ICEORYX_REPOSITORY:-https://github.com/eclipse-iceoryx/iceoryx.git}" \
iceoryx
mkdir iceoryx/build
Expand Down
2 changes: 1 addition & 1 deletion src/ddscxx/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ configure_file(
if(ENABLE_SHM)
# Packages required packages for SHM tests
find_package(iceoryx_posh REQUIRED)
find_package(iceoryx_posh_roudi_environment REQUIRED)
find_package(iceoryx_posh_testing REQUIRED)
endif()

set(sources
Expand Down
2 changes: 1 addition & 1 deletion src/ddscxx/tests/SharedMemory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "Serialization.hpp"
#include "iceoryx_posh/popo/subscriber.hpp"
#include "iceoryx_posh/popo/sample.hpp"
#include "iceoryx_utils/cxx/optional.hpp"
#include "iceoryx_hoofs/cxx/optional.hpp"

#include <random>

Expand Down

0 comments on commit 150985e

Please sign in to comment.