summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-06-20 19:13:37 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2011-06-20 19:13:37 (GMT)
commit2822bd184da2013676f0cba1a44b18d29c9b7c02 (patch)
tree80d20d199c21bb170acd50b7907707063b4eb411 /Modules
parent25b0b777f683a134900effc8ffc96eea21266eec (diff)
parentd66459be8ba7928e645e8542195e8a1323e1562a (diff)
downloadCMake-2822bd184da2013676f0cba1a44b18d29c9b7c02.zip
CMake-2822bd184da2013676f0cba1a44b18d29c9b7c02.tar.gz
CMake-2822bd184da2013676f0cba1a44b18d29c9b7c02.tar.bz2
Merge topic 'doc-spelling-formatting-issue-12287'
d66459b Documentation: Fix spelling / formatting errors (#12287)
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindArmadillo.cmake9
1 files changed, 2 insertions, 7 deletions
diff --git a/Modules/FindArmadillo.cmake b/Modules/FindArmadillo.cmake
index 6df2473..50eb787 100644
--- a/Modules/FindArmadillo.cmake
+++ b/Modules/FindArmadillo.cmake
@@ -1,15 +1,11 @@
# - Find Armadillo
# Find the Armadillo C++ library
#
-#
-# == Using Armadillo: ==
-# find_package(Armadillo RECQUIRED)
+# Using Armadillo:
+# find_package(Armadillo REQUIRED)
# include_directories(${ARMADILLO_INCLUDE_DIRS})
# add_executable(foo foo.cc)
# target_link_libraries(foo ${ARMADILLO_LIBRARIES})
-#
-#=============================================================================
-#
# This module sets the following variables:
# ARMADILLO_FOUND - set to true if the library is found
# ARMADILLO_INCLUDE_DIRS - list of required include directories
@@ -19,7 +15,6 @@
# ARMADILLO_VERSION_PATCH - patch version number
# ARMADILLO_VERSION_STRING - version number as a string (ex: "1.0.4")
# ARMADILLO_VERSION_NAME - name of the version (ex: "Antipodean Antileech")
-#
#=============================================================================
# Copyright 2011 Clement Creusot <creusot@cs.york.ac.uk>