From: Bang He Date: Sat, 10 Aug 2019 02:37:10 +0000 (-0600) Subject: Fix several typos in CMake documentation X-Git-Tag: v9.2.0-rc1~1274^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c1734974443614fbef616388b63143993994502;p=dealii.git Fix several typos in CMake documentation --- diff --git a/doc/users/cmakelists.html b/doc/users/cmakelists.html index c7becab2ef..39e550ac18 100644 --- a/doc/users/cmakelists.html +++ b/doc/users/cmakelists.html @@ -475,7 +475,7 @@ source file you have to touch a CMakeLists.txt file or to run invocation. This means they take precedence over all flags defined via globally via CMAKE_CXX_FLAGS, etc., or as a directory property. If you wish to modify flags or preprocessor definitions set up - with DEAL_II_SETUP_TARGET modify on of the following + with DEAL_II_SETUP_TARGET modify one of the following variables (see the section about deal.IIConfig.cmake for details): @@ -515,7 +515,7 @@ is not equal to Debug, Release, or

Furthermore, this macro sets the C++ compiler to the one used for compiling -the deal.II library. The variables will CMAKE_CXX_FLAGS, +the deal.II library. The variables CMAKE_CXX_FLAGS, CMAKE_CXX_FLAGS_DEBUG, and CMAKE_CXX_FLAGS_RELEASE will be initialized with the empty string. @@ -560,7 +560,7 @@ project "foo" at least of version 8.0 write: FIND_PACKAGE(foo 8.0 REQUIRED) Alternatively, the version number and REQUIRED keyword can be -omitted. (Depending on the external library) the project configuration or +omitted (Depending on the external library). The project configuration or find macro will usually define variables like FOO_INCLUDE_DIRS and FOO_LIBRARIES that can be directly used in your CMakeLists.txt file: