From: maier Date: Mon, 21 Oct 2013 06:43:09 +0000 (+0000) Subject: Bugfix: Avoid duplicate entries in categories candidate list X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d31993a887970a5f186fed3b53330858bcb220d9;p=dealii-svn.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: