diff options
author | Alexander Neundorf <neundorf@kde.org> | 2009-04-19 12:47:01 -0400 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2009-04-19 12:47:01 -0400 |
commit | 879f2f98fec41d89dce20dbcffce597ae534a3ba (patch) | |
tree | bf71c62cc1c7d72f4f5d567c2e50bc4cce50fd7e /Modules/FindBoost.cmake | |
parent | 289ce0b80ac748f602ba4c6a1a9d43dfbeccc2b5 (diff) | |
download | cmake-879f2f98fec41d89dce20dbcffce597ae534a3ba.tar.gz |
STYLE: fix typos in the docs
Alex
Diffstat (limited to 'Modules/FindBoost.cmake')
-rw-r--r-- | Modules/FindBoost.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake index ce6eb5b52b..44ba928565 100644 --- a/Modules/FindBoost.cmake +++ b/Modules/FindBoost.cmake @@ -66,7 +66,7 @@ # # SET(Boost_ADDITIONAL_VERSIONS "0.99" "0.99.0" "1.78" "1.78.0") # -# ============================================================================ +# ===================================== ============= ======================== # # Variables used by this module, they can change the default behaviour and # need to be set before calling find_package: @@ -133,7 +133,7 @@ # Boost_SUBMINOR_VERSION subminor version number of boost # # Boost_LIB_DIAGNOSTIC_DEFINITIONS [WIN32 Only] You can call -# add_definitions(${Boost_LIB_DIAGNOSTIC_DEFINTIIONS}) +# add_definitions(${Boost_LIB_DIAGNOSTIC_DEFINITIONS}) # to have diagnostic information about Boost's # automatic linking outputted during compilation time. # |