Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
stsoe committed Dec 9, 2024
1 parent b04a36d commit a4fc750
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/runtime_src/core/include/xrt/deprecated/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ set(XRT_DEPRECATED_HEADER_SRC
)

# Legacy install
install (FILES ${XRT_WINDOWS_HEADER_SRC}
install (FILES ${XRT_DEPRECATED_HEADER_SRC}
DESTINATION ${XRT_INSTALL_INCLUDE_DIR}/xrt/deprecated
COMPONENT ${XRT_DEV_COMPONENT})

# Base component install
install (FILES ${XRT_WINDOWS_HEADER_SRC}
install (FILES ${XRT_DEPRECATED_HEADER_SRC}
DESTINATION ${XRT_INSTALL_INCLUDE_DIR}/xrt/deprecated
COMPONENT ${XRT_BASE_DEV_COMPONENT})
2 changes: 1 addition & 1 deletion src/runtime_src/core/include/xrt/detail/abi.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#if defined(XRT_BUILD) && !defined(DISABLE_ABI_CHECK)
# include "version.h"
#elif !defined(XRT_BUILD)
# include "xrt/include/detail/version.h"
# include "xrt/detail/version.h"
#endif

#ifdef __cplusplus
Expand Down

0 comments on commit a4fc750

Please sign in to comment.