X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b8df87e176f27b25534f27d7e240defa32ca35bc..84402e8e2ee2a2d0bef25fdceb0a263ed8b471f6:/tools/cmake/Modules/FindLibunwind.cmake diff --git a/tools/cmake/Modules/FindLibunwind.cmake b/tools/cmake/Modules/FindLibunwind.cmake index 8ae23e59a5..9151c96ed7 100644 --- a/tools/cmake/Modules/FindLibunwind.cmake +++ b/tools/cmake/Modules/FindLibunwind.cmake @@ -1,6 +1,6 @@ # Search for libunwind and components, both includes and libraries # -# Copyright (C) 2003-2019 The SimGrid Team. +# Copyright (C) 2003-2020 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) #