]> AND Public Git Repository - simgrid.git/blobdiff - tools/cmake/Modules/FindLibunwind.cmake
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ignore ASan odr violation warnings seen with bmf unit tests.
[simgrid.git] / tools / cmake / Modules / FindLibunwind.cmake
index 14540fbbe3d32eb902b8d2f79e6987f9e1c6ccf8..f636430d2551d4af6cd1359df653b21e1ef26aba 100644 (file)
@@ -1,6 +1,6 @@
 # Search for libunwind and components, both includes and libraries
 #
-# Copyright (C) 2003-2019 The SimGrid Team.
+# Copyright (C) 2003-2022 The SimGrid Team.
 # This is distributed under the LGPL licence but please contact us for
 # relicensing if you need. This is merely free software, no matter the licence.
 #
@@ -78,7 +78,7 @@ foreach(component ${LIBUNWIND_COMPONENTS})
     else()
         SET(LIBUNWIND_LIBRARIES "${LIBUNWIND_LIBRARIES} -l${component}")
     endif()
-       
+
   else()
     message("   Looking for lib${component}.${LIB_EXE} - not found")
     SET(HAVE_LIBUNWIND 0)