From: Matthias Maier Date: Thu, 4 Sep 2014 07:35:19 +0000 (+0200) Subject: Bugfix: Do not forget to use the 'RELATIVE' keyword X-Git-Tag: v8.2.0-rc1~160^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F134%2Fhead;p=dealii.git Bugfix: Do not forget to use the 'RELATIVE' keyword --- diff --git a/tests/all-headers/CMakeLists.txt b/tests/all-headers/CMakeLists.txt index 28e16c8421..5b1a722c24 100644 --- a/tests/all-headers/CMakeLists.txt +++ b/tests/all-headers/CMakeLists.txt @@ -33,7 +33,7 @@ SET(_category all-headers) # Glob together all header files and strip SOURCE_DIR/include/deal.II to # get a correct relative path: # -FILE(GLOB_RECURSE _headers ${DEAL_II_SOURCE_DIR}/include/deal.II/ +FILE(GLOB_RECURSE _headers RELATIVE ${DEAL_II_SOURCE_DIR}/include/deal.II ${DEAL_II_SOURCE_DIR}/include/deal.II/*.h )