X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c1b59942c96211c00f38b931c1a6a513616f8663..c2ae0672c24f56b98d90669258562546f382e62b:/buildtools/Cmake/MakeLib.cmake diff --git a/buildtools/Cmake/MakeLib.cmake b/buildtools/Cmake/MakeLib.cmake index 0c8e76f6d4..93ace1d424 100644 --- a/buildtools/Cmake/MakeLib.cmake +++ b/buildtools/Cmake/MakeLib.cmake @@ -38,7 +38,7 @@ endif() # Compute the dependencies of SimGrid ##################################### -set(SIMGRID_DEP "-lm -lpcre") +set(SIMGRID_DEP "-lm") if(pthread) if(${CONTEXT_THREADS})