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

Public GIT Repository
shut up you stupid gcc46
[simgrid.git] / buildtools / Cmake / MakeLibWin.cmake
index fea8907d32b994d2fc261b524e8fbcb5e34361ba..0047b48781bf4cb8449d56e943260c7e2abca3bd 100644 (file)
@@ -20,11 +20,7 @@ else(MSVC)
 endif(MSVC)\r
 \r
 set(GRAS_DEP "ws2_32")\r
-set(SIMGRID_DEP "ws2_32")\r
-\r
-if(HAVE_PCRE_LIB)\r
-       SET(SIMGRID_DEP "${SIMGRID_DEP} -lpcre")\r
-endif(HAVE_PCRE_LIB)\r
+set(SIMGRID_DEP "ws2_32 -lpcre")\r
 \r
 target_link_libraries(simgrid  ${SIMGRID_DEP})\r
 target_link_libraries(gras     ${GRAS_DEP})\r