]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Testsuite: Bugfix: Do not copy CMakeCache.txt and CMakeFiles for build tests
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 28 Jan 2014 13:29:02 +0000 (13:29 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 28 Jan 2014 13:29:02 +0000 (13:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@32332 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/tests/build_tests/CMakeLists.txt

index 02318b6259a54fbf829ef9e398a5465314110b0d..1c7a815469776f43571461137dbe16961403e14b 100644 (file)
@@ -67,7 +67,7 @@ FOREACH(_step_full ${_steps})
       FILE(GLOB _files ${_step_full}/*)
       SET(_command)
       FOREACH(_file ${_files})
-        IF(NOT _file MATCHES "/(doc|.svn)")
+        IF(NOT _file MATCHES "/(CMakeCache.txt|CMakeFiles|doc|.svn)")
           LIST(APPEND _command
             COMMAND ${CMAKE_COMMAND} -E copy ${_file} ${_step_dir}
             )

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.