From 2b7713145aa09e968f40c50468f11316947a0fe3 Mon Sep 17 00:00:00 2001 From: Azim Afroozeh Date: Thu, 12 Sep 2024 23:57:40 +0200 Subject: [PATCH] try this --- FastLanes_Data | 2 +- example/CMakeLists.txt | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/FastLanes_Data b/FastLanes_Data index 4e65155..80be569 160000 --- a/FastLanes_Data +++ b/FastLanes_Data @@ -1 +1 @@ -Subproject commit 4e65155fa7bedfd4e4cc069c24fe32c8cb26b565 +Subproject commit 80be5697ce99dc40114e84056043529081068cd2 diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 5b87925..86c94e8 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -4,12 +4,6 @@ target_link_libraries(cpp_example PUBLIC fastlanes) target_compile_options(cpp_example PRIVATE "-fsanitize=address") target_link_options(cpp_example PRIVATE "-fsanitize=address") -# Check if the system is Windows -if (CMAKE_SYSTEM_NAME STREQUAL "Windows") - # Set the linker flag only for this specific target - target_compile_options(cpp_example PRIVATE -fuse-ld=lld) -endif () - # C Example : ---------------------------------------------------------------------------------------------------------- add_executable(c_api ${CMAKE_CURRENT_SOURCE_DIR}/c_api.c)