summaryrefslogtreecommitdiffstats
path: root/Modules/FindBoost.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2009-04-19 16:47:01 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2009-04-19 16:47:01 (GMT)
commit879f2f98fec41d89dce20dbcffce597ae534a3ba (patch)
treebf71c62cc1c7d72f4f5d567c2e50bc4cce50fd7e /Modules/FindBoost.cmake
parent289ce0b80ac748f602ba4c6a1a9d43dfbeccc2b5 (diff)
downloadCMake-879f2f98fec41d89dce20dbcffce597ae534a3ba.zip
CMake-879f2f98fec41d89dce20dbcffce597ae534a3ba.tar.gz
CMake-879f2f98fec41d89dce20dbcffce597ae534a3ba.tar.bz2
STYLE: fix typos in the docs
Alex
Diffstat (limited to 'Modules/FindBoost.cmake')
-rw-r--r--Modules/FindBoost.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake
index ce6eb5b..44ba928 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.
#