From: Augustin Degomme Date: Wed, 17 Sep 2014 16:32:05 +0000 (+0200) Subject: Always build Fortran bindings.. X-Git-Tag: v3_12~811 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/da1759812eea33183c2fde958b0ed0231370ecec?hp=b629ee624eb0a454c25f16a7a76cecc5274a58d7 Always build Fortran bindings.. They are in C, they don't need Fortran compiler, and if we release the built library, we want them. And also it fixes the build, broken since my last commit .. --- diff --git a/buildtools/Cmake/DefinePackages.cmake b/buildtools/Cmake/DefinePackages.cmake index cafac51045..4e1564c9c3 100644 --- a/buildtools/Cmake/DefinePackages.cmake +++ b/buildtools/Cmake/DefinePackages.cmake @@ -251,21 +251,9 @@ set(SMPI_SRC src/smpi/smpi_replay.c src/smpi/smpi_rma.c src/smpi/smpi_topo.c + src/smpi/smpi_f77.c ) -if(SMPI_FORTRAN) - set(SMPI_SRC - ${SMPI_SRC} - src/smpi/smpi_f77.c - ) -else() - set(EXTRA_DIST - ${EXTRA_DIST} - src/smpi/smpi_f77.c - ) -endif() - - set(XBT_SRC src/xbt/RngStream.c src/xbt/automaton/automaton.c