summaryrefslogtreecommitdiff
path: root/Modules/FindArmadillo.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-11-29 08:59:20 -0500
committerCMake Topic Stage <kwrobot@kitware.com>2016-11-29 08:59:20 -0500
commit325e452ea2d9b3224ade47eda24e44bf00a8306d (patch)
treeed39df1886167e62b3f58473702d3b7a6df1417e /Modules/FindArmadillo.cmake
parent9e8f74fbb0148f6aa0a026b8610da6d84bbf0366 (diff)
parent745b56f58c8147aa6015a918f3bfd19abc807b48 (diff)
downloadcmake-325e452ea2d9b3224ade47eda24e44bf00a8306d.tar.gz
Merge topic 'find-module-cleanup-sweep'
745b56f5 Find*.cmake: drop the comments before including FPHSA 0ab9cb46 FindLibArchive: do not set LibArchive_FOUND explicitly 703d1943 FindLibArchive: use CMAKE_CURRENT_LIST_DIR to find FPHSA
Diffstat (limited to 'Modules/FindArmadillo.cmake')
-rw-r--r--Modules/FindArmadillo.cmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/Modules/FindArmadillo.cmake b/Modules/FindArmadillo.cmake
index fab04c25a7..95f0c56295 100644
--- a/Modules/FindArmadillo.cmake
+++ b/Modules/FindArmadillo.cmake
@@ -73,10 +73,6 @@ if(ARMADILLO_INCLUDE_DIR)
set(ARMADILLO_VERSION_STRING "${ARMADILLO_VERSION_MAJOR}.${ARMADILLO_VERSION_MINOR}.${ARMADILLO_VERSION_PATCH}")
endif ()
-#======================
-
-
-# Checks 'REQUIRED', 'QUIET' and versions.
include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
find_package_handle_standard_args(Armadillo
REQUIRED_VARS ARMADILLO_LIBRARY ARMADILLO_INCLUDE_DIR
@@ -88,10 +84,7 @@ if (ARMADILLO_FOUND)
set(ARMADILLO_LIBRARIES ${ARMADILLO_LIBRARY})
endif ()
-
# Hide internal variables
mark_as_advanced(
ARMADILLO_INCLUDE_DIR
ARMADILLO_LIBRARY)
-
-#======================