]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Bugfix: Set up the Include directories at an appropriate time...
authorMatthias Maier <tamiko@kyomu.43-1.org>
Mon, 10 Sep 2012 13:02:41 +0000 (13:02 +0000)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Mon, 10 Sep 2012 13:02:41 +0000 (13:02 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@26263 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/cmake/modules/prepare_umfpack.cmake

index abbb96ea6b84e5f77514b3fad3b8b0c4cdfc4b7a..d74a9630c93ce878d39657aef6cacf4c532e7bfe 100644 (file)
@@ -6,14 +6,14 @@ IF(DEAL_II_USE_CONTRIB)
   # Add umfpack and amd directly to the object files of deal.II
   #
 
-  ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/contrib/umfpack/UMFPACK/Source)
-  ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/contrib/umfpack/AMD/Source)
-
   INCLUDE_DIRECTORIES(
     ${CMAKE_SOURCE_DIR}/contrib/umfpack/UMFPACK/Include
     ${CMAKE_SOURCE_DIR}/contrib/umfpack/AMD/Include
     )
 
+  ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/contrib/umfpack/UMFPACK/Source)
+  ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/contrib/umfpack/AMD/Source)
+
   LIST(APPEND deal_ii_additional_object_files
     ${obj_umfpack_object_files}
     $<TARGET_OBJECTS:obj_amd_int>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.