]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Switch order of includes to be more robust
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 1 Nov 2012 15:07:41 +0000 (15:07 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 1 Nov 2012 15:07:41 +0000 (15:07 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@27288 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/scripts/CMakeLists.txt
deal.II/source/CMakeLists.txt

index 0a8af654fb8932ea297f69629dc6faaa7ecd7fa9..290a28c799ba855704273f264786c25da1f80e8b 100644 (file)
@@ -21,8 +21,8 @@ IF(DEAL_II_COMPONENT_COMPAT_FILES)
   #
 
   INCLUDE_DIRECTORIES(
-    ${CMAKE_SOURCE_DIR}/include/
     ${CMAKE_BINARY_DIR}/include/
+    ${CMAKE_SOURCE_DIR}/include/
     )
 
   ADD_EXECUTABLE(make_dependencies make_dependencies.cc)
index 3bdc38cc7ebd3b21694fb7c9942b73a00ebc2d06..aa3f471e6ebd2ec37a116d13b0c50820ed1795fd 100644 (file)
@@ -17,8 +17,8 @@
 #
 
 INCLUDE_DIRECTORIES(
-  ${CMAKE_SOURCE_DIR}/include/
   ${CMAKE_BINARY_DIR}/include/
+  ${CMAKE_SOURCE_DIR}/include/
   )
 
 ADD_SUBDIRECTORY(base)

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.