Update README.adoc

This commit is contained in:
Wang Tao
2021-09-06 02:13:04 +08:00
committed by GitHub
parent 64413ddde2
commit 459f799bd6

View File

@@ -52,7 +52,7 @@ The arguments are:
* Boost - Name of the library. This is part of used to find the module file FindBoost.cmake
* 1.46.1 - The minimum version of boost to find
* REQUIRED - Tells the module that this is required and to fail it it cannot be found
* COMPONENTS - The list of libraries to find.
* COMPONENTS - The list of components to find in the library.
Boost includes can take more arguments and also make use of other variables.
More complex setups are provided in later examples.