Skip to content

Commit 6cf667f

Browse files
author
Weslley da Silva Pereira
committed
Adds a fix that got lost in the rebase
1 parent 80be947 commit 6cf667f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ install(FILES
619619

620620
if (LAPACK++)
621621
install(
622-
DIRECTORY "${LAPACK_BINARY_DIR}/lib/"
622+
DIRECTORY "${LAPACK_BINARY_DIR}/${CMAKE_INSTALL_LIBDIR}/"
623623
DESTINATION "${CMAKE_INSTALL_LIBDIR}${LAPACK_BINARY_PATH_SUFFIX}"
624624
FILES_MATCHING REGEX "lapackpp"
625625
)

0 commit comments

Comments
 (0)