summaryrefslogtreecommitdiff
path: root/LAPACKE/include
diff options
context:
space:
mode:
authorJulie <julie@cs.utk.edu>2016-11-25 17:03:05 -0800
committerJulie <julie@cs.utk.edu>2016-11-25 17:03:13 -0800
commit3f23bd5d53b33149118886201b01042edab3b5dc (patch)
tree5597b8119536d6bbcb066831d7b6ad34926c99b3 /LAPACKE/include
parent6661906c90105eec543cce45d484255f68e23d8e (diff)
downloadlapack-3f23bd5d53b33149118886201b01042edab3b5dc.tar.gz
lapack-3f23bd5d53b33149118886201b01042edab3b5dc.tar.bz2
lapack-3f23bd5d53b33149118886201b01042edab3b5dc.zip
merging: Various cleanups to makefiles #84
Contribution by @turboencabulator Closing #84
Diffstat (limited to 'LAPACKE/include')
-rw-r--r--LAPACKE/include/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LAPACKE/include/CMakeLists.txt b/LAPACKE/include/CMakeLists.txt
index 3034962b..4c30c050 100644
--- a/LAPACKE/include/CMakeLists.txt
+++ b/LAPACKE/include/CMakeLists.txt
@@ -1,3 +1,3 @@
-set (LAPACKE_INCLUDE lapacke.h lapacke_config.h lapacke_utils.h )
+set(LAPACKE_INCLUDE lapacke.h lapacke_config.h lapacke_utils.h)
file(COPY ${LAPACKE_INCLUDE} DESTINATION ${LAPACK_BINARY_DIR}/include)