X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6b198112a3d1f0d80b88f715b5de7517bfeeabaa..541346e2e807f8383fa6568f4572550f353f0c01:/tools/cmake/MakeLib.cmake diff --git a/tools/cmake/MakeLib.cmake b/tools/cmake/MakeLib.cmake index 2dbc52eb05..b21a0ce23c 100644 --- a/tools/cmake/MakeLib.cmake +++ b/tools/cmake/MakeLib.cmake @@ -73,6 +73,7 @@ endif() if(HAVE_LIBSIGC++) SET(SIMGRID_DEP "${SIMGRID_DEP} -lsigc-2.0") add_definitions(-DLIBSIGC) + set(SIMGRID_HAVE_LIBSIG 1) endif() if(HAVE_MC)