]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
CMake: Bugfix, switch the order of includes...
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 24 Mar 2013 09:17:07 +0000 (09:17 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 24 Mar 2013 09:17:07 +0000 (09:17 +0000)
git-svn-id: https://svn.dealii.org/trunk@29009 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/CMakeLists.txt

index a15c71ee962727e813e4e3934614e136c41cbe7f..e17d345f25431faaa7359dc820c013ac15bb8632 100644 (file)
 
 INCLUDE_DIRECTORIES(
   BEFORE # Ensure deal.II include directories come first
-  ${CMAKE_BINARY_DIR}/include/
+  #
+  # Reverse order due to BEFORE:
+  #
   ${CMAKE_SOURCE_DIR}/include/
+  ${CMAKE_BINARY_DIR}/include/
   )
 
 #

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.