You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function (_yup_module_prepare_frameworksframeworksweak_frameworksoutput_variable)
148
148
set (temp_frameworks "")
149
-
foreach (framework ${frameworks})
149
+
foreach (framework INLISTSframeworks)
150
150
list (APPEND temp_frameworks "-framework ${framework}")
151
151
endforeach()
152
152
153
-
foreach (framework ${weak_frameworks})
153
+
foreach (framework INLISTSweak_frameworks)
154
154
list (APPEND temp_frameworks "-weak_framework ${framework}")
155
155
endforeach()
156
156
@@ -345,7 +345,7 @@ function (yup_add_module module_path modules_definitions module_group)
345
345
set (platform_properties "^(.*)Deps$|^(.*)Defines$|^(.*)Libs$|^(.*)Frameworks$|^(.*)WeakFrameworks$|^(.*)Options$|^(.*)LinkOptions$|^(.*)Packages$|^(.*)Searchpaths$|^(.*)CppStandard$")
0 commit comments