From b8fdc12e49735573e29567b4d6e8155f2e884b05 Mon Sep 17 00:00:00 2001 From: maier Date: Fri, 19 Oct 2012 08:57:29 +0000 Subject: [PATCH] Bugfix git-svn-id: https://svn.dealii.org/branches/branch_cmake@27144 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/cmake/setup_custom_targets.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/cmake/setup_custom_targets.cmake b/deal.II/cmake/setup_custom_targets.cmake index 0684aee45f..6f4a4847f7 100644 --- a/deal.II/cmake/setup_custom_targets.cmake +++ b/deal.II/cmake/setup_custom_targets.cmake @@ -21,7 +21,7 @@ # specific component (too bad, we have to do this by hand. There is no cmake # internal way to do this, yet...): # -# library, documentation, compat_files, project_config +# library, documentation, compat_files # ADD_CUSTOM_TARGET(library) -- 2.39.5