From: maier Date: Wed, 12 Sep 2012 11:46:12 +0000 (+0000) Subject: Bugfix X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37aeb07eadf05d23a4bbacdaee253b8013b57511;p=dealii-svn.git Bugfix git-svn-id: https://svn.dealii.org/branches/branch_cmake@26308 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/CMakeLists.txt b/deal.II/CMakeLists.txt index 6718a281e8..f23f7fd988 100644 --- a/deal.II/CMakeLists.txt +++ b/deal.II/CMakeLists.txt @@ -157,7 +157,8 @@ ADD_CUSTOM_TARGET(deal_ii_target_dependencies) # used to keep track of external libraries and necessary link flags SET(deal_ii_external_libraries "") SET(deal_ii_external_debug_libraries "") -SET(deal_ii_required_libraries "") +SET(deal_ii_required_libraries "") # TODO +SET(deal_II_required_link_flags "")