|
|
@@ -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 <[email protected]>
|