From: maier Date: Wed, 18 Sep 2013 21:10:36 +0000 (+0000) Subject: Bugfix X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59736e5588deef4112925975923db1babaaed39f;p=dealii-svn.git Bugfix git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30810 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/build_tests/CMakeLists.txt b/tests/build_tests/CMakeLists.txt index bfd0d9217b..d51e2e3989 100644 --- a/tests/build_tests/CMakeLists.txt +++ b/tests/build_tests/CMakeLists.txt @@ -86,7 +86,7 @@ FOREACH(_step_full ${_steps}) # And a rule on how to configure the example step: ADD_CUSTOM_COMMAND(OUTPUT ${_step_dir}/configure_output COMMAND ${CMAKE_COMMAND} - -DDEAL_II_DIR=${CMAKE_BINARY_DIR} -DCMAKE_BUILD_TYPE=${_build} . + -DDEAL_II_DIR=${DEAL_II_BINARY_DIR} -DCMAKE_BUILD_TYPE=${_build} . > ${_step_dir}/configure_output 2>&1 || (mv ${_step_dir}/configure_output ${_step_dir}/failing_configure_output