From: maier
Date: Thu, 15 May 2014 12:59:56 +0000 (+0000)
Subject: Documentation: Clarify the state of DEAL_II_LINKER_FLAGS
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68e496a15206222278bdd5a21b8f2700badff326;p=dealii-svn.git
Documentation: Clarify the state of DEAL_II_LINKER_FLAGS
git-svn-id: https://svn.dealii.org/trunk@32901 0785d39b-7218-0410-832d-ea1e28bc413d
---
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