]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: update FindSanitizers for new libasan versions
authorCasey Bodley <cbodley@redhat.com>
Sun, 5 Mar 2023 02:10:29 +0000 (21:10 -0500)
committerCasey Bodley <cbodley@redhat.com>
Tue, 7 Mar 2023 18:33:57 +0000 (13:33 -0500)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
cmake/modules/FindSanitizers.cmake

index 41483d5a6596dcc5c05519afe126050a3b2540e5..adafc5ebe3f7a49c7f9b92e6d8db0d3bf8d76ffb 100644 (file)
@@ -34,6 +34,10 @@ if(Sanitizers_address_COMPILE_OPTIONS OR Sanitizers_leak_COMPILE_OPTIONS)
   # ASAN_LIBRARY will be read by ceph.in to preload the asan library
   find_library(ASAN_LIBRARY
     NAMES
+      libasan.so.10
+      libasan.so.9
+      libasan.so.8
+      libasan.so.7
       libasan.so.6
       libasan.so.5
       libasan.so.4