Skip to content

Commit

Permalink
[#521] Fix cmake build with iceoryx2 as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Nov 21, 2024
1 parent 0c3b189 commit 7a3a712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/release-notes/iceoryx2-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
[#436](https://github.com/eclipse-iceoryx/iceoryx2/issues/436)
* Fix misleading warning related to default config file
[#437](https://github.com/eclipse-iceoryx/iceoryx2/issues/437)
* Fix cmake build with iceoryx2 as submodule
[#521](https://github.com/eclipse-iceoryx/iceoryx2/issues/521)

### Refactoring

Expand Down
2 changes: 1 addition & 1 deletion iceoryx2-ffi/c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ add_custom_target(
${ICEORYX2_C_STATIC_LIB_LINK_FILE}
${ICEORYX2_C_SHARED_LIB_LINK_FILE}
${ICEORYX2_C_SHARED_LIB_DLL_FILE}
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/../..
VERBATIM
USES_TERMINAL
)
Expand Down

0 comments on commit 7a3a712

Please sign in to comment.