summaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/examples
diff options
context:
space:
mode:
authorthegeorg <[email protected]>2023-03-23 12:48:27 +0300
committerthegeorg <[email protected]>2023-03-23 12:48:27 +0300
commitcb162fe3f7dc8ebd28829cce641e8b250f28802c (patch)
tree9e475e141642e8011d96172473a2053efef4eaad /library/cpp/actors/examples
parent8cfa97b5487686f556b3dae62132c8f099b1a0b3 (diff)
Mandate sdk_version 11.0 when targeting MacOS
Diffstat (limited to 'library/cpp/actors/examples')
-rw-r--r--library/cpp/actors/examples/01_ping_pong/CMakeLists.darwin-x86_64.txt2
-rw-r--r--library/cpp/actors/examples/02_discovery/CMakeLists.darwin-x86_64.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/actors/examples/01_ping_pong/CMakeLists.darwin-x86_64.txt b/library/cpp/actors/examples/01_ping_pong/CMakeLists.darwin-x86_64.txt
index 1d1c02036d6..10977f7352b 100644
--- a/library/cpp/actors/examples/01_ping_pong/CMakeLists.darwin-x86_64.txt
+++ b/library/cpp/actors/examples/01_ping_pong/CMakeLists.darwin-x86_64.txt
@@ -17,7 +17,7 @@ target_link_libraries(example_01_ping_pong PUBLIC
)
target_link_options(example_01_ping_pong PRIVATE
-Wl,-no_deduplicate
- -Wl,-sdk_version,10.15
+ -Wl,-sdk_version,11.0
-fPIC
-fPIC
-framework
diff --git a/library/cpp/actors/examples/02_discovery/CMakeLists.darwin-x86_64.txt b/library/cpp/actors/examples/02_discovery/CMakeLists.darwin-x86_64.txt
index 2239d2b5495..f473345b521 100644
--- a/library/cpp/actors/examples/02_discovery/CMakeLists.darwin-x86_64.txt
+++ b/library/cpp/actors/examples/02_discovery/CMakeLists.darwin-x86_64.txt
@@ -33,7 +33,7 @@ target_link_libraries(example_02_discovery PUBLIC
)
target_link_options(example_02_discovery PRIVATE
-Wl,-no_deduplicate
- -Wl,-sdk_version,10.15
+ -Wl,-sdk_version,11.0
-fPIC
-fPIC
-framework