Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
drop the old Lua bindings for programmatic platform creation
[simgrid.git] / tools / cmake / Modules / FindLibunwind.cmake
index 0a52f0b2ff9195391b7cb89b93d3a24c64238c16..3b98afaaaf162fccc7c880e56032d6878978919e 100644 (file)
@@ -1,6 +1,6 @@
 # Search for libunwind and components, both includes and libraries
 #
-# Copyright (C) 2003-2018 The SimGrid Team.
+# Copyright (C) 2003-2021 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.
 #
@@ -26,11 +26,11 @@ endif()
 #    - Calls include_directories() on where libunwind.h lives
 #    - Calls link_directories() on where the libs live
 
-# Of course also need the core lib
+# Of course also need the core lib
 set(LIBUNWIND_COMPONENTS ${LIBUNWIND_COMPONENTS} "unwind")
 
 message(STATUS "Looking for libunwind:")
-# Let's assume we have it, and invalidate if parts are missing
+# Let's assume we have it, and invalidate if parts are missing
 SET(HAVE_LIBUNWIND 1)
 
 #
@@ -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)