]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Bugfix: Add a missing space in a build test target 1795/head
authorMatthias Maier <tamiko@43-1.org>
Tue, 27 Oct 2015 00:09:43 +0000 (19:09 -0500)
committerMatthias Maier <tamiko@43-1.org>
Tue, 27 Oct 2015 00:09:43 +0000 (19:09 -0500)
tests/build_tests/CMakeLists.txt

index c66ed702645848bb8a51d572d68c5e5e55fa5658..3e6e159eee80eb67fd5541f6c4c16cc2504f2fb3 100644 (file)
@@ -132,7 +132,7 @@ FOREACH(_step_full ${_steps})
       ADD_CUSTOM_COMMAND(OUTPUT ${_step_dir}/build_output
         COMMAND test ! -f ${_step_dir}/configure_output
           || (rm -f ${_step_dir}/failing_build_output
-              &&${CMAKE_COMMAND} --build ${_step_dir} --target all
+              && ${CMAKE_COMMAND} --build ${_step_dir} --target all
               > ${_step_dir}/build_output 2>&1)
           || (mv ${_step_dir}/build_output
                  ${_step_dir}/failing_build_output

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.