From ff693d664b736b6d4f5692cfe9276ef8742290fe Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Thu, 10 Jan 2019 15:52:32 +0100 Subject: CMake: Remove one unnecessary feature push into parent scope During qt_feature_begin_module no features are changed, so there is no need to push features. Change-Id: Id7ebcfad373caa284e790b7eb0a178eaa72216e5 Reviewed-by: Frederik Gladhorn --- cmake/QtFeature.cmake | 2 -- 1 file changed, 2 deletions(-) (limited to 'cmake/QtFeature.cmake') diff --git a/cmake/QtFeature.cmake b/cmake/QtFeature.cmake index 416c7fc397..039412fd6f 100644 --- a/cmake/QtFeature.cmake +++ b/cmake/QtFeature.cmake @@ -21,8 +21,6 @@ function(qt_feature_module_begin) set(__QtFeature_private_extra "" PARENT_SCOPE) set(__QtFeature_public_extra "" PARENT_SCOPE) - - qt_push_features_into_parent_scope() endfunction() function(qt_feature feature) -- cgit v1.2.3