File tree 1 file changed +3
-1
lines changed 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.
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
@@ -524,10 +524,12 @@ if(IOS)
524
524
endif ()
525
525
526
526
find_library (OLP_SDK_CORE_FOUNDATION_FRAMEWORK CoreFoundation)
527
+ find_library (OLP_SDK_FOUNDATION_FRAMEWORK Foundation)
527
528
find_library (OLP_SDK_SECURITY_FRAMEWORK Security)
528
529
find_library (OLP_SDK_CFNETWORK_FRAMEWORK CFNetwork)
529
530
530
531
target_link_libraries (${PROJECT_NAME} PRIVATE ${OLP_SDK_CORE_FOUNDATION_FRAMEWORK}
532
+ ${OLP_SDK_FOUNDATION_FRAMEWORK}
531
533
${OLP_SDK_SECURITY_FRAMEWORK}
532
534
${OLP_SDK_CFNETWORK_FRAMEWORK} )
533
535
elseif (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