X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9a01538f6933774c3dc6816482324b61efa9cdaf..919a006452206f935fe271499ab68eb8cf875854:/tools/jenkins/build.sh diff --git a/tools/jenkins/build.sh b/tools/jenkins/build.sh index 8abe068c62..2f23a21a79 100755 --- a/tools/jenkins/build.sh +++ b/tools/jenkins/build.sh @@ -204,10 +204,6 @@ if [ "$os" = "CentOS" ]; then else MAY_DISABLE_LTO= fi - if [ "$(rpm -q eigen3-devel --qf '%{VERSION}')" = "3.3.4" ]; then - echo "Temporary avoid build error seen with eigen3 version 3.3.4" - export CXXFLAGS=-Wno-error=int-in-bool-context - fi fi cmake -G"$GENERATOR" ${INSTALL:+-DCMAKE_INSTALL_PREFIX=$INSTALL} \