Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Also link with platform independent libunwind.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 19 Mar 2013 19:48:50 +0000 (20:48 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 19 Mar 2013 21:03:06 +0000 (22:03 +0100)
buildtools/Cmake/MakeLib.cmake

index f7adde3..e31007b 100644 (file)
@@ -98,6 +98,7 @@ if(HAVE_MC)
   # The availability of libunwind was checked in CompleteInFiles.cmake
   #   (that includes FindLibunwind.cmake), so simply load it now.
   
+  SET(SIMGRID_DEP "${SIMGRID_DEP} -lunwind")
   # This supposes that the host machine is either an AMD or a X86.
   # This is deeply wrong, and should be fixed by manually loading -lunwind-PLAT (FIXME)
   if(PROCESSOR_x86_64)