This is an automated email from the ASF dual-hosted git repository.

silver pushed a commit to branch cpp-example
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/cpp-example by this push:
     new ad4058705 typo
ad4058705 is described below

commit ad4058705576c7afde8f99ccb73f1d7e10aa09d8
Author: silver-ymz <[email protected]>
AuthorDate: Mon Sep 18 12:55:19 2023 +0800

    typo
    
    Signed-off-by: silver-ymz <[email protected]>
---
 examples/cpp/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/cpp/CMakeLists.txt b/examples/cpp/CMakeLists.txt
index 9d1afb72a..35d92d919 100644
--- a/examples/cpp/CMakeLists.txt
+++ b/examples/cpp/CMakeLists.txt
@@ -16,5 +16,5 @@ target_link_libraries(basic-exmaple opendal_cpp)
 include_directories(basic-exmaple opendal_cpp)
 
 if(APPLE)
-    target_link_libraries(opendal-cpp-example "-framework CoreFoundation 
-framework Security")
+    target_link_libraries(basic-exmaple "-framework CoreFoundation -framework 
Security")
 endif()
\ No newline at end of file

Reply via email to