~ubuntu-branches/ubuntu/wily/dolfin/wily-proposed

« back to all changes in this revision

Viewing changes to demo/undocumented/parameters/cpp/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Johannes Ring
  • Date: 2014-09-22 14:35:34 UTC
  • mfrom: (1.1.17) (19.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20140922143534-0yi89jyuqbgdxwm9
Tags: 1.4.0+dfsg-4
* debian/control: Disable libcgal-dev on i386, mipsel and sparc.
* debian/rules: Remove bad directives in pkg-config file dolfin.pc
  (closes: #760658).
* Remove debian/libdolfin-dev.lintian-overrides.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
# Compiler definitions
27
27
add_definitions(${DOLFIN_CXX_DEFINITIONS})
28
28
 
 
29
# Compiler flags
 
30
set(CMAKE_CXX_FLAGS "${DOLFIN_CXX_FLAGS} ${CMAKE_CXX_FLAGS}")
 
31
 
29
32
# Include directories
30
33
include_directories(${DOLFIN_INCLUDE_DIRS})
31
34
include_directories(SYSTEM ${DOLFIN_3RD_PARTY_INCLUDE_DIRS})