File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1- # Copyright (C) 2019-2024 HERE Europe B.V.
1+ # Copyright (C) 2019-2025 HERE Europe B.V.
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
@@ -524,10 +524,12 @@ if(IOS)
524524 endif ()
525525
526526 find_library (OLP_SDK_CORE_FOUNDATION_FRAMEWORK CoreFoundation)
527+ find_library (OLP_SDK_FOUNDATION_FRAMEWORK Foundation)
527528 find_library (OLP_SDK_SECURITY_FRAMEWORK Security)
528529 find_library (OLP_SDK_CFNETWORK_FRAMEWORK CFNetwork)
529530
530531 target_link_libraries (${PROJECT_NAME} PRIVATE ${OLP_SDK_CORE_FOUNDATION_FRAMEWORK}
532+ ${OLP_SDK_FOUNDATION_FRAMEWORK}
531533 ${OLP_SDK_SECURITY_FRAMEWORK}
532534 ${OLP_SDK_CFNETWORK_FRAMEWORK} )
533535elseif (ANDROID AND NOT OLP_SDK_ENABLE_ANDROID_CURL AND NOT OLP_SDK_ENABLE_OFFLINE_MODE)
You can’t perform that action at this time.
0 commit comments