~fenics-core/dolfin/1.1.x

« back to all changes in this revision

Viewing changes to demo/undocumented/auto-adaptive-poisson/cpp/CMakeLists.txt

  • Committer: Johannes Ring
  • Date: 2013-02-05 07:48:11 UTC
  • Revision ID: johannr@simula.no-20130205074811-7uwrvrp754v2jwwb
Rename dolfin-config.cmake to DOLFINConfig.cmake.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# Set CMake behavior
15
15
cmake_policy(SET CMP0004 OLD)
16
16
 
17
 
# Get DOLFIN configuration data (dolfin-config.cmake must be in DOLFIN_CMAKE_CONFIG_PATH)
18
 
find_package(dolfin)
 
17
# Get DOLFIN configuration data (DOLFINConfig.cmake must be in DOLFIN_CMAKE_CONFIG_PATH)
 
18
find_package(DOLFIN)
19
19
 
20
20
# Default build type (can be overridden by user)
21
21
if (NOT CMAKE_BUILD_TYPE)