From: Martin Quinson Date: Sun, 1 Jul 2018 19:57:40 +0000 (+0200) Subject: reorder the compilations to fit my current needs X-Git-Tag: v3_21~583 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9a0c104c8ef077732f68619071eafd1072dc246d reorder the compilations to fit my current needs --- diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index be8804daef..f54d5c1f60 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -795,9 +795,6 @@ endif() ### Simgrid Lib sources set(simgrid_sources - ${PLUGINS_SRC} - ${BINDINGS_SRC} - ${MC_SRC_BASE} ${MSG_SRC} ${S4U_SRC} ${SIMDAG_SRC} @@ -806,6 +803,9 @@ set(simgrid_sources ${SURF_SRC} ${TRACING_SRC} ${XBT_SRC} + ${PLUGINS_SRC} + ${BINDINGS_SRC} + ${MC_SRC_BASE} ) if(${SIMGRID_HAVE_JEDULE})