[typo] fix typo in 01

This commit is contained in:
MamaTierra
2021-08-25 11:11:59 -04:00
parent 64413ddde2
commit 1f98cf2a9a

View File

@@ -51,7 +51,7 @@ The arguments are:
* Boost - Name of the library. This is part of used to find the module file FindBoost.cmake * 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 * 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 * REQUIRED - Tells the module that this is required and to fail if it cannot be found
* COMPONENTS - The list of libraries to find. * COMPONENTS - The list of libraries to find.
Boost includes can take more arguments and also make use of other variables. Boost includes can take more arguments and also make use of other variables.