From d0a11cae08745953f218dc61908f07bb1d9fbeab Mon Sep 17 00:00:00 2001
From: Matthias Maier
Date: Thu, 15 May 2014 12:59:56 +0000
Subject: [PATCH] Documentation: Clarify the state of DEAL_II_LINKER_FLAGS
git-svn-id: https://svn.dealii.org/trunk@32901 0785d39b-7218-0410-832d-ea1e28bc413d
---
deal.II/doc/developers/cmake-internals.html | 3 ++-
deal.II/doc/users/cmake.html | 10 +++++++---
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/deal.II/doc/developers/cmake-internals.html b/deal.II/doc/developers/cmake-internals.html
index 48146dc0c2..391a11b524 100644
--- a/deal.II/doc/developers/cmake-internals.html
+++ b/deal.II/doc/developers/cmake-internals.html
@@ -578,7 +578,8 @@ DEAL_II_FORCE_BUNDLED_<FEATURE> (an option)
- For internal use, for setting necessary linker flags for the deal.II library:
+ For internal and external use, for setting necessary linker flags for
+ the deal.II library and user programs:
-
DEAL_II_LINKER_FLAGS
-
DEAL_II_LINKER_FLAGS_DEBUG
diff --git a/deal.II/doc/users/cmake.html b/deal.II/doc/users/cmake.html
index 4cc9cf795f..04615c21c5 100644
--- a/deal.II/doc/users/cmake.html
+++ b/deal.II/doc/users/cmake.html
@@ -854,9 +854,9 @@ cmake -DCMAKE_C_COMPILER="mpicc" -DCMAKE_CXX_COMPILER="mpicxx" -DCMAKE_Fortran_C
- deal.II will configure sensible default CXXFLAGS
- depending on platform, compiler and build target. There are two
- options to override this behaviour:
+ deal.II will configure sensible default CXXFLAGS
and
+ LDFLAGS
depending on platform, compiler and build
+ target. There are two options to override this behaviour:
-
@@ -866,6 +866,10 @@ cmake -DCMAKE_C_COMPILER="mpicc" -DCMAKE_CXX_COMPILER="mpicxx" -DCMAKE_Fortran_C
DEAL_II_CXX_FLAGS - used during all builds
DEAL_II_CXX_FLAGS_DEBUG - additional flags for the debug library
DEAL_II_CXX_FLAGS_RELEASE - additional flags for the release library
+
+DEAL_II_LINKER_FLAGS - used during all builds
+DEAL_II_LINKER_FLAGS_DEBUG - additional flags for the debug library
+DEAL_II_LINKER_FLAGS_RELEASE - additional flags for the release library
The content of the cached variables will be preserved
--
2.39.5