aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/Eigen3Config.cmake.in
diff options
context:
space:
mode:
authorGravatar Vladimir Chalupecky <vladimir.chalupecky@gmail.com>2014-06-12 10:51:02 +0900
committerGravatar Vladimir Chalupecky <vladimir.chalupecky@gmail.com>2014-06-12 10:51:02 +0900
commit1ee4e2db15caef88c281cfcecb44577b3e59a357 (patch)
treebd1cc878f93bf0997d9da7d8a3c3635d829cc5f5 /cmake/Eigen3Config.cmake.in
parentabc1ca0af14872fe44e583faa2b43e496b038f8a (diff)
Change variable names in Eigen3Config.cmake to EIGEN3_*
Diffstat (limited to 'cmake/Eigen3Config.cmake.in')
-rw-r--r--cmake/Eigen3Config.cmake.in40
1 files changed, 20 insertions, 20 deletions
diff --git a/cmake/Eigen3Config.cmake.in b/cmake/Eigen3Config.cmake.in
index 257c595ed..e50f6dbe0 100644
--- a/cmake/Eigen3Config.cmake.in
+++ b/cmake/Eigen3Config.cmake.in
@@ -3,26 +3,26 @@
# Eigen3Config.cmake(.in)
# Use the following variables to compile and link against Eigen:
-# EIGEN_FOUND - True if Eigen was found on your system
-# EIGEN_USE_FILE - The file making Eigen usable
-# EIGEN_DEFINITIONS - Definitions needed to build with Eigen
-# EIGEN_INCLUDE_DIR - Directory where signature_of_eigen3_matrix_library can be found
-# EIGEN_INCLUDE_DIRS - List of directories of Eigen and it's dependencies
-# EIGEN_ROOT_DIR - The base directory of Eigen
-# EIGEN_VERSION_STRING - A human-readable string containing the version
-# EIGEN_VERSION_MAJOR - The major version of Eigen
-# EIGEN_VERSION_MINOR - The minor version of Eigen
-# EIGEN_VERSION_PATCH - The patch version of Eigen
+# EIGEN3_FOUND - True if Eigen was found on your system
+# EIGEN3_USE_FILE - The file making Eigen usable
+# EIGEN3_DEFINITIONS - Definitions needed to build with Eigen
+# EIGEN3_INCLUDE_DIR - Directory where signature_of_eigen3_matrix_library can be found
+# EIGEN3_INCLUDE_DIRS - List of directories of Eigen and it's dependencies
+# EIGEN3_ROOT_DIR - The base directory of Eigen
+# EIGEN3_VERSION_STRING - A human-readable string containing the version
+# EIGEN3_VERSION_MAJOR - The major version of Eigen
+# EIGEN3_VERSION_MINOR - The minor version of Eigen
+# EIGEN3_VERSION_PATCH - The patch version of Eigen
-set ( EIGEN_FOUND 1 )
-set ( EIGEN_USE_FILE "@EIGEN_USE_FILE@" )
+set ( EIGEN3_FOUND 1 )
+set ( EIGEN3_USE_FILE "@EIGEN_USE_FILE@" )
-set ( EIGEN_DEFINITIONS "@EIGEN_DEFINITIONS@" )
-set ( EIGEN_INCLUDE_DIR "@EIGEN_INCLUDE_DIR@" )
-set ( EIGEN_INCLUDE_DIRS "@EIGEN_INCLUDE_DIRS@" )
-set ( EIGEN_ROOT_DIR "@EIGEN_ROOT_DIR@" )
+set ( EIGEN3_DEFINITIONS "@EIGEN_DEFINITIONS@" )
+set ( EIGEN3_INCLUDE_DIR "@EIGEN_INCLUDE_DIR@" )
+set ( EIGEN3_INCLUDE_DIRS "@EIGEN_INCLUDE_DIRS@" )
+set ( EIGEN3_ROOT_DIR "@EIGEN_ROOT_DIR@" )
-set ( EIGEN_VERSION_STRING "@EIGEN_VERSION_STRING@" )
-set ( EIGEN_VERSION_MAJOR "@EIGEN_VERSION_MAJOR@" )
-set ( EIGEN_VERSION_MINOR "@EIGEN_VERSION_MINOR@" )
-set ( EIGEN_VERSION_PATCH "@EIGEN_VERSION_PATCH@" )
+set ( EIGEN3_VERSION_STRING "@EIGEN_VERSION_STRING@" )
+set ( EIGEN3_VERSION_MAJOR "@EIGEN_VERSION_MAJOR@" )
+set ( EIGEN3_VERSION_MINOR "@EIGEN_VERSION_MINOR@" )
+set ( EIGEN3_VERSION_PATCH "@EIGEN_VERSION_PATCH@" )