From: Matthias Maier Date: Tue, 18 Sep 2012 09:54:52 +0000 (+0000) Subject: Bugfix: Don't include the current source and binary dirs. X-Git-Tag: v8.0.0~1079^2~819 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28ec622bdd985f23578d9936cecd86fedc3582c3;p=dealii.git Bugfix: Don't include the current source and binary dirs. git-svn-id: https://svn.dealii.org/branches/branch_cmake@26466 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/CMakeLists.txt b/deal.II/CMakeLists.txt index 238ef5bc96..b1b54a944b 100644 --- a/deal.II/CMakeLists.txt +++ b/deal.II/CMakeLists.txt @@ -172,8 +172,6 @@ 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/"