X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/01dd1d293c39ba31c3e509cf413c11fc991a0043..c7d6bf671c4ce6994c4e30554e4c180a286a8be9:/tools/cmake/MakeLib.cmake diff --git a/tools/cmake/MakeLib.cmake b/tools/cmake/MakeLib.cmake index 74f907e561..995dd7f177 100644 --- a/tools/cmake/MakeLib.cmake +++ b/tools/cmake/MakeLib.cmake @@ -70,10 +70,9 @@ if(HAVE_GRAPHVIZ) endif() endif() -if(HAVE_LIBSIGC++) +if(SIMGRID_HAVE_LIBSIG) SET(SIMGRID_DEP "${SIMGRID_DEP} -lsigc-2.0") add_definitions(-DLIBSIGC) - set(SIMGRID_HAVE_LIBSIG 1) endif() if(HAVE_MC)