Skip to content

Commit

Permalink
Make sure to include components.cmake in embedded build flow
Browse files Browse the repository at this point in the history
The variable that define what components of XRT to build must be
set up always otherwise pieces of XRT will fail to build.

Signed-off-by: Soren Soe <[email protected]>
  • Loading branch information
stsoe committed Jan 16, 2025
1 parent 0227cc0 commit e08019b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/CMake/embedded_system.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ endif(GIT_FOUND)
set(LINUX_FLAVOR ${CMAKE_SYSTEM_NAME})
set(LINUX_KERNEL_VERSION ${CMAKE_SYSTEM_VERSION})

# --- Set up what components of XRT to build ---
include(CMake/components.cmake)

# --- Boost Libraries ---
include (CMake/boostUtil.cmake)

Expand Down

0 comments on commit e08019b

Please sign in to comment.