Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "libunwind 32bits: don't search the lib in itself but in its directory"
[simgrid.git] / tools / cmake / Modules / FindLibunwind.cmake
index d940934..1a2dd83 100644 (file)
@@ -36,9 +36,9 @@ if(NOT PATH_LIBUNWIND_LIB)
   # Mac OSX has a libunwind that is not the one we need, so double check
   if (PATH_LIBUNWIND_LIB)
     message(STATUS "Looking for libunwind - found")
-    CHECK_LIBRARY_EXISTS(unwind unw_init_local PATH_LIBUNWIND_LIB RIGHT_LIBUNWIND)
+    CHECK_LIBRARY_EXISTS(unwind unw_init_local "${PATH_LIBUNWIND_LIB}" RIGHT_LIBUNWIND)
     if (NOT RIGHT_LIBUNWIND)
-      message(STATUS "This libunwind does not contain unw_init_local(). It's unusable.")
+      message(STATUS "libunwind in ${PATH_LIBUNWIND_LIB} is unusable. Disable it.")
       set(PATH_LIBUNWIND_LIB 0)
     endif()