diff --git a/Config.cmake.in b/Config.cmake.in index 12b5c331ae..02978cd4dd 100644 --- a/Config.cmake.in +++ b/Config.cmake.in @@ -1,6 +1,6 @@ @PACKAGE_INIT@ -set(_composable_kernel_supported_components device_operations host_tensor) +set(_composable_kernel_supported_components device_operations utility) foreach(_comp ${composable_kernel_FIND_COMPONENTS}) if(NOT _comp IN_LIST _composable_kernel_supported_components)