Skip to content

Commit

Permalink
Fixed error in build (#7907)
Browse files Browse the repository at this point in the history
  • Loading branch information
nishraptor authored Jan 25, 2024
1 parent 7026eaf commit 50c4503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# ====================================================================

if (XDP_CLIENT_BUILD_CMAKE STREQUAL "yes")
set(IMPL_DIR "${PROFILE_DIR}/plugin/aie_profile/win")
set(IMPL_DIR "${PROFILE_DIR}/plugin/aie_profile/client")
elseif (${XRT_NATIVE_BUILD} STREQUAL "yes")
set(IMPL_DIR "${PROFILE_DIR}/plugin/aie_profile/x86")
elseif (DEFINED XRT_AIE_BUILD AND ${XRT_NATIVE_BUILD} STREQUAL "no")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# on the hardware shim
# ====================================================================
if (XDP_CLIENT_BUILD_CMAKE STREQUAL "yes")
set(IMPL_DIR "${PROFILE_DIR}/plugin/aie_trace/win")
set(IMPL_DIR "${PROFILE_DIR}/plugin/aie_trace/client")
set(OFFLOAD_DIR "${PROFILE_DIR}/device/aie_trace/client")
set(DEVICE_DIR "${PROFILE_DIR}/device/client_device")
elseif (${XRT_NATIVE_BUILD} STREQUAL "yes")
Expand Down

0 comments on commit 50c4503

Please sign in to comment.