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_frameworks frameworks weak_frameworks output_variable)
148
148
set (temp_frameworks "")
149
-
foreach (framework${frameworks})
149
+
foreach (frameworkIN LISTS frameworks)
150
150
list (APPEND temp_frameworks "-framework ${framework}")
151
151
endforeach()
152
152
153
-
foreach (framework${weak_frameworks})
153
+
foreach (frameworkIN LISTS weak_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