From: Matthias Maier Date: Mon, 21 Oct 2013 06:43:09 +0000 (+0000) Subject: Bugfix: Avoid duplicate entries in categories candidate list X-Git-Tag: v8.1.0~554 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d86c6897aefbfa76182dbb5471a2f8da948ca132;p=dealii.git Bugfix: Avoid duplicate entries in categories candidate list git-svn-id: https://svn.dealii.org/trunk@31368 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/tests/CMakeLists.txt b/deal.II/tests/CMakeLists.txt index f59b02d04d..681d3851bf 100644 --- a/deal.II/tests/CMakeLists.txt +++ b/deal.II/tests/CMakeLists.txt @@ -71,6 +71,7 @@ ENDFOREACH() # FILE(GLOB _categories RELATIVE ${TEST_DIR} ${TEST_DIR}/*) SET(_categories all-headers build_tests mesh_converter ${_categories}) +LIST(REMOVE_DUPLICATES _categories) # # Define a subproject for every enabled category: