From 2c1734974443614fbef616388b63143993994502 Mon Sep 17 00:00:00 2001 From: Bang He Date: Fri, 9 Aug 2019 20:37:10 -0600 Subject: [PATCH] Fix several typos in CMake documentation --- doc/users/cmakelists.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: -- 2.39.5