From eaca16179698b59bdc6a54005f86e020aa9a575b Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Wed, 1 Jun 2022 23:09:19 +0200 Subject: ECMAddQtDesignerPlugin: fix missing FeatureSummary include The use of set_package_properties() requires the include, which might not have been done by the macro consumer. --- modules/ECMAddQtDesignerPlugin.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/ECMAddQtDesignerPlugin.cmake') diff --git a/modules/ECMAddQtDesignerPlugin.cmake b/modules/ECMAddQtDesignerPlugin.cmake index 72dc683f..8c638f4f 100644 --- a/modules/ECMAddQtDesignerPlugin.cmake +++ b/modules/ECMAddQtDesignerPlugin.cmake @@ -179,6 +179,7 @@ Since 5.62.0. #]=======================================================================] include(CMakeParseArguments) +include(FeatureSummary) include(${CMAKE_CURRENT_LIST_DIR}/QtVersionOption.cmake) # helper method -- cgit v1.2.1