From b5e895b5d41dc688bf0acdec352cbccc178a7236 Mon Sep 17 00:00:00 2001 From: Sebastian Holtermann Date: Wed, 24 Oct 2018 11:22:50 +0200 Subject: Autogen: Add (CMAKE_)AUTOGEN_ORIGIN_DEPENDS support This adds - the variable ``CMAKE_AUTOGEN_ORIGIN_DEPENDS`` which initializes - the target property ``AUTOGEN_ORIGIN_DEPENDS`` which controls whether or not the origin target dependencies should be forwarded to the corresponding ``_autogen`` target. The default value of ``CMAKE_AUTOGEN_ORIGIN_DEPENDS`` is ``ON`` which corresponds to the behavior that is in place since CMake 3.9. Closes: #18493 --- Source/cmQtAutoGenInitializer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/cmQtAutoGenInitializer.h') diff --git a/Source/cmQtAutoGenInitializer.h b/Source/cmQtAutoGenInitializer.h index ce00e00fea..1d3947b4b4 100644 --- a/Source/cmQtAutoGenInitializer.h +++ b/Source/cmQtAutoGenInitializer.h @@ -107,6 +107,7 @@ private: std::string SettingsFile; std::map ConfigSettingsFile; // Dependencies + bool DependOrigin = false; std::set DependFiles; std::set DependTargets; // Sources to process -- cgit v1.2.1