From 9ec570ec8c548f608b9d713050de45c6e6cb3fa2 Mon Sep 17 00:00:00 2001 From: Brentley Jones Date: Mon, 23 Jul 2018 16:56:25 -0500 Subject: [PATCH] Default `SKIP_INSTALL` to `YES` for static libraries --- SettingPresets/Products/library.static.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 SettingPresets/Products/library.static.yml diff --git a/SettingPresets/Products/library.static.yml b/SettingPresets/Products/library.static.yml new file mode 100644 index 00000000..0740dd2c --- /dev/null +++ b/SettingPresets/Products/library.static.yml @@ -0,0 +1 @@ +SKIP_INSTALL: 'YES'