]> AND Public Git Repository - simgrid.git/blobdiff - buildtools/Cmake/MakeLib.cmake
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add (some) mpich3 f77 tests
[simgrid.git] / buildtools / Cmake / MakeLib.cmake
index 0c8e76f6d4f4ffc3f3b9a02abda1570120047f76..93ace1d4249e795bd6c2d92f7aeeb9b239aaf481 100644 (file)
@@ -38,7 +38,7 @@ endif()
 
 # Compute the dependencies of SimGrid
 #####################################
-set(SIMGRID_DEP "-lm -lpcre")
+set(SIMGRID_DEP "-lm")
 
 if(pthread)
   if(${CONTEXT_THREADS})