]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Bugfix
authorMatthias Maier <tamiko@kyomu.43-1.org>
Tue, 3 Sep 2013 22:48:38 +0000 (22:48 +0000)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Tue, 3 Sep 2013 22:48:38 +0000 (22:48 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30584 0785d39b-7218-0410-832d-ea1e28bc413d

tests/all-headers/CMakeLists.txt

index 2c7bcb6af14975796082abc1970b922f10066dfa..2288492ea42915b0dc910e2699bf74944967abc7 100644 (file)
@@ -13,8 +13,13 @@ FILE(GLOB_RECURSE _header
 
 FOREACH(_full_file ${_header})
   GET_FILENAME_COMPONENT(_file ${_full_file} NAME)
+
+  # TODO: A more sophisticated way to get the relative include path:
   GET_FILENAME_COMPONENT(_path ${_full_file} PATH)
   GET_FILENAME_COMPONENT(_path ${_path} NAME)
+  IF("${_path}" STREQUAL "std_cxx1x")
+    SET(_path "base/std_cxx1x")
+  ENDIF()
 
   FOREACH(_build ${DEAL_II_BUILD_TYPES})
     STRING(TOLOWER ${_build} _build_lowercase)

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.