Blame cmake-tests-old-cmake.patch

c9109c
--- libfixmath-master/tests/tests.cmake	2023-08-08 13:51:26.281477312 +0200
c9109c
+++ libfixmath-master/tests/tests.cmake	2023-08-08 14:00:31.281701768 +0200
c9109c
@@ -26,13 +26,11 @@
c9109c
         ${CMAKE_CURRENT_SOURCE_DIR})
c9109c
     target_compile_definitions(libfixmath_${name} PRIVATE ${defs})
c9109c
     target_compile_options(libfixmath_${name} PRIVATE ${sanitizer_opts})
c9109c
-    target_link_options(libfixmath_${name} PRIVATE ${sanitizer_opts})
c9109c
     add_executable(tests_${name} ${tests-srcs})
c9109c
     target_link_libraries(tests_${name} PRIVATE libfixmath_${name} m)
c9109c
     target_include_directories(tests_${name} PRIVATE ${CMAKE_SOURCE_DIR})
c9109c
     target_compile_definitions(tests_${name} PRIVATE ${defs})
c9109c
     target_compile_options(tests_${name} PRIVATE ${sanitizer_opts})
c9109c
-    target_link_options(tests_${name} PRIVATE ${sanitizer_opts})
c9109c
     add_dependencies(make_tests tests_${name})
c9109c
     add_test(NAME tests_${name} COMMAND tests_${name})
c9109c
 endfunction()