summaryrefslogtreecommitdiffstats
path: root/cmake/QtFeature.cmake
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-01-10 15:52:32 +0100
committerTobias Hunger <tobias.hunger@qt.io>2019-01-14 12:27:44 +0000
commitff693d664b736b6d4f5692cfe9276ef8742290fe (patch)
treea0ec11382440fb9998f298bca93e0d5dca96e70a /cmake/QtFeature.cmake
parent7bc03bca7196701cce4c209c5ff337dcecc746a4 (diff)
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 <frederik.gladhorn@qt.io>
Diffstat (limited to 'cmake/QtFeature.cmake')
-rw-r--r--cmake/QtFeature.cmake2
1 files changed, 0 insertions, 2 deletions
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)