Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1602 Add entry for release note
Browse files Browse the repository at this point in the history
Signed-off-by: Dietrich Krönke <[email protected]>
  • Loading branch information
dkroenke committed Sep 5, 2022
1 parent c21acf9 commit 7d556c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/website/release-notes/iceoryx-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
- Add check in `cxx::unique_ptr::get` to avoid `nullptr` dereferencing [\#1571](https://github.com/eclipse-iceoryx/iceoryx/issues/1571)
- Pass `CleanupCapacity` to underlying `cxx::function` in `ScopeGuard` (formerly known as `cxx::GenericRAII`) [\#1594](https://github.com/eclipse-iceoryx/iceoryx/issues/1594)
- Add check in `RelativePointer::get` to avoid `nullptr` dereferencing [\#1596](https://github.com/eclipse-iceoryx/iceoryx/issues/1596)
- iceoryx_posh_testing cannot find iceoryx_hoofs_testing in CMake [\#1602](https://github.com/eclipse-iceoryx/iceoryx/issues/1602)

**Refactoring:**

Expand Down
2 changes: 1 addition & 1 deletion iceoryx_hoofs/testing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

iox_add_library(
STATIC
TARGET ${PROJECT_NAME}_testing
TARGET iceoryx_hoofs_testing
NAMESPACE iceoryx_hoofs_testing
PROJECT_PREFIX ${PREFIX}
PUBLIC_LIBS GTest::gtest
Expand Down

0 comments on commit 7d556c7

Please sign in to comment.