From 2c4b3370770a492e02c918991672e10a2b6ef7ef Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Mon, 27 Jul 2015 18:33:27 +0200 Subject: [PATCH] [jenkins] Fix optimization variable name --- buildtools/jenkins/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildtools/jenkins/build.sh b/buildtools/jenkins/build.sh index 0c4a2e2644..b0ac127e84 100755 --- a/buildtools/jenkins/build.sh +++ b/buildtools/jenkins/build.sh @@ -64,7 +64,7 @@ cd `cat VERSION` cmake -G"$GENERATOR"\ -Denable_debug=ON -Denable_documentation=OFF -Denable_coverage=OFF \ -Denable_model-checking=$(onoff test "$build_mode" = "ModelChecker") \ - -Denable_compile_optimization=$(onoff test "$build_mode" = "Debug") \ + -Denable_compile_optimizations=$(onoff test "$build_mode" = "Debug") \ -Denable_smpi_MPICH3_testsuite=$(onoff test "$build_mode" != "DynamicAnalysis") \ -Denable_lua=$(onoff test "$build_mode" != "DynamicAnalysis") \ -Denable_mallocators=$(onoff test "$build_mode" != "DynamicAnalysis") \ -- 2.20.1