diff --git a/cmake/xo_expressionConfig.cmake.in b/cmake/xo_expressionConfig.cmake.in index 1560b468..3c6d3b16 100644 --- a/cmake/xo_expressionConfig.cmake.in +++ b/cmake/xo_expressionConfig.cmake.in @@ -4,4 +4,5 @@ include(CMakeFindDependencyMacro) find_dependency(reflect) find_dependency(xo_flatstring) include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake") +include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Share.cmake") check_required_components("@PROJECT_NAME@")