summaryrefslogtreecommitdiff
path: root/Modules/FindArmadillo.cmake
diff options
context:
space:
mode:
authorClement Creusot <creusot@cs.york.ac.uk>2011-04-01 19:59:35 +0100
committerClement Creusot <creusot@cs.york.ac.uk>2011-04-01 19:59:35 +0100
commit2d56f0adb2001978cc24d865cf2bb049b6aaad9a (patch)
tree3c880c9ca84a1688f1135d75e5b2251b90cc09d8 /Modules/FindArmadillo.cmake
parent1942f583b37da01cb2827c28f7e3fa23dd712cfa (diff)
downloadcmake-2d56f0adb2001978cc24d865cf2bb049b6aaad9a.tar.gz
Corrected copyright format in FindArmadillo.cmake
Diffstat (limited to 'Modules/FindArmadillo.cmake')
-rw-r--r--Modules/FindArmadillo.cmake14
1 files changed, 9 insertions, 5 deletions
diff --git a/Modules/FindArmadillo.cmake b/Modules/FindArmadillo.cmake
index dca0377d98..6df2473284 100644
--- a/Modules/FindArmadillo.cmake
+++ b/Modules/FindArmadillo.cmake
@@ -1,8 +1,9 @@
-# - Try to find Armadillo include dirs and libraries
-# Usage of this module as follows:
+# - Find Armadillo
+# Find the Armadillo C++ library
+#
#
# == Using Armadillo: ==
-# find_package( Armadillo RECQUIRED )
+# find_package(Armadillo RECQUIRED)
# include_directories(${ARMADILLO_INCLUDE_DIRS})
# add_executable(foo foo.cc)
# target_link_libraries(foo ${ARMADILLO_LIBRARIES})
@@ -19,8 +20,9 @@
# 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
+# Copyright 2011 Clement Creusot <creusot@cs.york.ac.uk>
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
@@ -28,8 +30,10 @@
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
-#
#=============================================================================
+# (To distribute this file outside of CMake, substitute the full
+# License text for the above reference.)
+
# UNIX paths are standard, no need to write.
find_library(ARMADILLO_LIBRARY