From: Matthias Maier Date: Tue, 17 Sep 2013 13:30:45 +0000 (+0000) Subject: Fix typo X-Git-Tag: v8.1.0~570^2~308 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eff5ea04a3108c270691127f122cadf2278f9f86;p=dealii.git Fix typo git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30764 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/build_tests/CMakeLists.txt b/tests/build_tests/CMakeLists.txt index 4be0705842..804b046790 100644 --- a/tests/build_tests/CMakeLists.txt +++ b/tests/build_tests/CMakeLists.txt @@ -46,7 +46,7 @@ SET(_release_steps step-47 step-48 step-49 ) -IF(NOT"${DEAL_II_SOURCE_DIR}" STREQUAL "") +IF(NOT "${DEAL_II_SOURCE_DIR}" STREQUAL "") # The testsuite was configured as part of a deal.II project, so pick up # the steps rom the corresponding source directory: FILE(GLOB _steps ${DEAL_II_SOURCE_DIR}/examples/step-*)