From 06bf77ad8b264890fb8c083b07570fcdb00679f4 Mon Sep 17 00:00:00 2001 From: maier Date: Sat, 29 Sep 2012 00:12:59 +0000 Subject: [PATCH] My bad, not cmakes fault :) git-svn-id: https://svn.dealii.org/branches/branch_cmake@26877 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/cmake/setup_finalize.cmake | 4 ---- 1 file changed, 4 deletions(-) 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) -- 2.39.5