aboutsummaryrefslogtreecommitdiff
path: root/LAPACKE
diff options
context:
space:
mode:
authorjulielangou <julie@cs.utk.edu>2016-07-05 17:55:14 -0700
committerGitHub <noreply@github.com>2016-07-05 17:55:14 -0700
commitd177ffb1c16aaa08fb146a665add95d621fb2325 (patch)
treef4ba13dedada655af3838e6eb3060d87b36f17d6 /LAPACKE
parent185eaee1fb8edcd5489d6f74aa443e06c1866e8d (diff)
parent6b2f6561e4d179b06d69bb8bf88f7e8131e3ded3 (diff)
Merge pull request #3 from hjmjohnson/FixFindPackgePaths
BUG: Fix pathing to include files
Diffstat (limited to 'LAPACKE')
-rw-r--r--LAPACKE/cmake/lapacke-config-build.cmake.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/LAPACKE/cmake/lapacke-config-build.cmake.in b/LAPACKE/cmake/lapacke-config-build.cmake.in
index eaf71f81..6900f453 100644
--- a/LAPACKE/cmake/lapacke-config-build.cmake.in
+++ b/LAPACKE/cmake/lapacke-config-build.cmake.in
@@ -7,8 +7,8 @@ if(NOT TARGET lapacke)
include("@LAPACK_BINARY_DIR@/lapack-targets.cmake")
endif()
-# Report lapacke header search locations.
-set(LAPACKE_INCLUDE_DIRS "@LAPACK_SOURCE_DIR@/lapacke/include")
+# Report lapacke header search locations from build tree.
+set(LAPACKE_INCLUDE_DIRS "@LAPACK_BINARY_DIR@/include")
# Report lapacke libraries.
set(LAPACKE_LIBRARIES lapacke)