From: maier Date: Sat, 29 Sep 2012 00:12:59 +0000 (+0000) Subject: My bad, not cmakes fault :) X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06bf77ad8b264890fb8c083b07570fcdb00679f4;p=dealii-svn.git My bad, not cmakes fault :) git-svn-id: https://svn.dealii.org/branches/branch_cmake@26877 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/setup_finalize.cmake b/deal.II/cmake/setup_finalize.cmake index 211de88aef..1e7fe7503b 100644 --- a/deal.II/cmake/setup_finalize.cmake +++ b/deal.II/cmake/setup_finalize.cmake @@ -28,10 +28,6 @@ ENDFOREACH() # # Depulicate entries in DEAL_II_EXTERNAL_LIBRARIES(_...): # -# Well, cmake has a bad habit of removing duplicate link library entries -# from targets. It wouldn't be that harmful if cmake would do this from -# behind... So, do it by hand to link correctly *sigh* -# LIST(REVERSE DEAL_II_EXTERNAL_LIBRARIES) LIST(REMOVE_DUPLICATES DEAL_II_EXTERNAL_LIBRARIES) LIST(REVERSE DEAL_II_EXTERNAL_LIBRARIES)