Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correctely search for pcre and pthread on windows.
[simgrid.git] / buildtools / Cmake / CompleteInFiles.cmake
index e34c8d0..745fab8 100644 (file)
@@ -68,7 +68,11 @@ include(TestBigEndian)
 TEST_BIG_ENDIAN(BIGENDIAN)
 
 include(FindGraphviz)
-include(FindPCRE)
+if(WIN32)
+include(FindPcreWin)
+else(WIN32)
+include(FindPCRE)  
+endif(WIN32)
 
 set(HAVE_GTNETS 0)
 if(enable_gtnets)