From: Matthias Maier Date: Tue, 2 Oct 2012 23:14:08 +0000 (+0000) Subject: Add support for non-compat file layout X-Git-Tag: v8.0.0~1079^2~513 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56b6e766cd0af67c427b9dbfa8c2f5c96b8115ba;p=dealii.git Add support for non-compat file layout git-svn-id: https://svn.dealii.org/branches/branch_cmake@26933 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-1/CMakeLists.txt b/deal.II/examples/step-1/CMakeLists.txt index c7bb1395aa..7b8de8c643 100644 --- a/deal.II/examples/step-1/CMakeLists.txt +++ b/deal.II/examples/step-1/CMakeLists.txt @@ -3,6 +3,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8) FIND_PACKAGE(deal.II CONFIG REQUIRED HINTS "../../" + "../../../../../" ) DEAL_II_INITIALIZE_CACHED_VARIABLES()