From: Bang He Date: Sat, 10 Aug 2019 04:45:10 +0000 (-0600) Subject: modifed one change X-Git-Tag: v9.2.0-rc1~1274^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70ce112be342ad6652ecef97f2e984f51c8af43b;p=dealii.git modifed one change --- diff --git a/doc/users/cmakelists.html b/doc/users/cmakelists.html index 39e550ac18..9a3abd4064 100644 --- a/doc/users/cmakelists.html +++ b/doc/users/cmakelists.html @@ -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: