mirror of
https://github.com/ttroy50/cmake-examples.git
synced 2025-12-18 12:14:36 +03:00
Merge pull request #68 from IrvingW/IrvingW-patch-1
fix a typo in comments
This commit is contained in:
@@ -52,7 +52,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 if 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 components to find in the library.
|
||||||
|
|
||||||
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.
|
||||||
More complex setups are provided in later examples.
|
More complex setups are provided in later examples.
|
||||||
|
|||||||
Reference in New Issue
Block a user