Skip to content

Commit 12d8253

Browse files
authored
Merge pull request #332 from raovgarimella/master
Install lapack.h in addition to other C headers
2 parents 2bffa8c + bf6788f commit 12d8253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LAPACKE/include/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
set(LAPACKE_INCLUDE lapacke.h lapacke_config.h lapacke_utils.h)
1+
set(LAPACKE_INCLUDE lapacke.h lapack.h lapacke_config.h lapacke_utils.h)
22

33
file(COPY ${LAPACKE_INCLUDE} DESTINATION ${LAPACK_BINARY_DIR}/include)

0 commit comments

Comments
 (0)