Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gazizonoki committed Mar 27, 2024
1 parent 1fab80a commit a1f10fe
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions examples/basic_example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
-ldl
-lrt
-Wl,--no-as-needed
-fPIC
-lpthread
)
elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
target_link_options(basic_example PRIVATE
-Wl,-platform_version,macos,11.0,11.0
-fPIC
-framework
CoreFoundation
)
Expand Down
2 changes: 0 additions & 2 deletions examples/bulk_upsert_simple/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
-ldl
-lrt
-Wl,--no-as-needed
-fPIC
-lpthread
)
elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
target_link_options(bulk_upsert_simple PRIVATE
-Wl,-platform_version,macos,11.0,11.0
-fPIC
-framework
CoreFoundation
)
Expand Down
2 changes: 0 additions & 2 deletions examples/pagination/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
-ldl
-lrt
-Wl,--no-as-needed
-fPIC
-lpthread
)
elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
target_link_options(pagination PRIVATE
-Wl,-platform_version,macos,11.0,11.0
-fPIC
-framework
CoreFoundation
)
Expand Down
2 changes: 0 additions & 2 deletions examples/secondary_index/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,11 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
-ldl
-lrt
-Wl,--no-as-needed
-fPIC
-lpthread
)
elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
target_link_options(secondary_index PRIVATE
-Wl,-platform_version,macos,11.0,11.0
-fPIC
-framework
CoreFoundation
)
Expand Down
2 changes: 0 additions & 2 deletions examples/secondary_index_builtin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
-ldl
-lrt
-Wl,--no-as-needed
-fPIC
-lpthread
)
elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
target_link_options(secondary_index_builtin PRIVATE
-Wl,-platform_version,macos,11.0,11.0
-fPIC
-framework
CoreFoundation
)
Expand Down
2 changes: 0 additions & 2 deletions examples/topic_reader/eventloop/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
-ldl
-lrt
-Wl,--no-as-needed
-fPIC
-lpthread
)
elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
target_link_options(persqueue_reader_eventloop PRIVATE
-Wl,-platform_version,macos,11.0,11.0
-fPIC
-framework
CoreFoundation
)
Expand Down
2 changes: 0 additions & 2 deletions examples/topic_reader/simple/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
-ldl
-lrt
-Wl,--no-as-needed
-fPIC
-lpthread
)
elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
target_link_options(simple_persqueue_reader PRIVATE
-Wl,-platform_version,macos,11.0,11.0
-fPIC
-framework
CoreFoundation
)
Expand Down
2 changes: 0 additions & 2 deletions examples/topic_reader/transaction/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
-ldl
-lrt
-Wl,--no-as-needed
-fPIC
-lpthread
)
elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
target_link_options(read_from_topic_in_transaction PRIVATE
-Wl,-platform_version,macos,11.0,11.0
-fPIC
-framework
CoreFoundation
)
Expand Down
2 changes: 0 additions & 2 deletions examples/ttl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,11 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
-ldl
-lrt
-Wl,--no-as-needed
-fPIC
-lpthread
)
elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
target_link_options(ttl PRIVATE
-Wl,-platform_version,macos,11.0,11.0
-fPIC
-framework
CoreFoundation
)
Expand Down

0 comments on commit a1f10fe

Please sign in to comment.