Skip to content

Commit

Permalink
Update the ELFIO submodule to point to Release_3.12 which fixes many …
Browse files Browse the repository at this point in the history
…C++ warnings

Define CMake variables for aiebu to find ELFIO provided by parent

Update aiebu submodule to latest

Signed-off-by: Sonal Santan <[email protected]>
  • Loading branch information
sonals committed Aug 13, 2024
1 parent ae4a667 commit 327e2ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ set(XRT_VERSION_STRING ${XRT_VERSION_MAJOR}.${XRT_VERSION_MINOR}.${XRT_VERSION_P

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${XRT_SOURCE_DIR}/CMake/")

# This makes aiebu submodule use ELFIO from XRT
set(AIEBU_ELFIO_SRC_DIR "${XRT_SOURCE_DIR}/runtime_src/core/common/elf")

if (${XRT_NATIVE_BUILD} STREQUAL "yes")
# Enable testing for this directory and below. This command should be
# in the source directory root because ctest expects to find a test
Expand Down
2 changes: 1 addition & 1 deletion src/runtime_src/core/common/aiebu

0 comments on commit 327e2ee

Please sign in to comment.