From: maier Date: Tue, 2 Oct 2012 23:14:08 +0000 (+0000) Subject: Add support for non-compat file layout X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40febad11f362befc0fb2f5a74693a4b4cc2edc2;p=dealii-svn.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()