Finish converting SMTK_PLUGINS from cached var to global property
Compare changes
Files
7+ 4
− 7
@@ -6,8 +6,9 @@
@@ -35,11 +36,7 @@ function(add_smtk_plugin SMTK_PLUGIN_NAME SMTK_PLUGIN_VERSION)
System updates will be applied on Apr 10th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
It looks like smtk plugins in our extensions are still using a global variable SMTK_PLUGINS, and were not updated to using the global property with the same name. This MR removes the global var completely and only uses the global property SMTK_PLUGINS.
Backport: release