From: maier Date: Tue, 18 Sep 2012 09:54:59 +0000 (+0000) Subject: Revert "Bugfix: Don't include the current source and binary dirs." X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e37641285d9af325e5736e4e69e6a051e8dc415b;p=dealii-svn.git Revert "Bugfix: Don't include the current source and binary dirs." This reverts commit fb22fc83531a3420ebbb333b8c8f38e094220d31. git-svn-id: https://svn.dealii.org/branches/branch_cmake@26467 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/CMakeLists.txt b/deal.II/CMakeLists.txt index b1b54a944b..238ef5bc96 100644 --- a/deal.II/CMakeLists.txt +++ b/deal.II/CMakeLists.txt @@ -172,6 +172,8 @@ OPTION(DEAL_II_FORCE_CONTRIB_BOOST CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8) +SET(CMAKE_INCLUDE_CURRENT_DIR true) + SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/contrib/cmake/"