Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ function(morpheus_utils_configure_matx)
matx matx::matx
BUILD_EXPORT_SET
${PROJECT_NAME}-exports
INSTALL_EXPORT_SET
${PROJECT_NAME}-exports
CPM_ARGS
PATCH_COMMAND git checkout -- . && git apply --whitespace=fix ${CMAKE_CURRENT_FUNCTION_LIST_DIR}/patches/matx_cccl_interface_fix.patch
GIT_REPOSITORY https://github.com/NVIDIA/MatX.git
Expand Down
2 changes: 0 additions & 2 deletions cmake/morpheus_utils/package_config/ucx/Configure_ucx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ function(morpheus_utils_configure_ucx)
ucx ucx::ucp ucx::uct ucx_ucx ucx::ucp ucx::uct ucx::ucx
BUILD_EXPORT_SET
${PROJECT_NAME}-exports
INSTALL_EXPORT_SET
${PROJECT_NAME}-exports
CPM_ARGS
GIT_REPOSITORY https://github.com/openucx/ucx.git
GIT_TAG "v${UCX_VERSION}"
Expand Down