We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b485d commit be80dd5Copy full SHA for be80dd5
CMakeLists.txt
@@ -625,15 +625,13 @@ if (LAPACK++)
625
)
626
endif()
627
628
-if (BLAS++)
+if (BLAS++ OR LAPACK++)
629
install(
630
- DIRECTORY "${LAPACK_BINARY_DIR}/lib/"
+ DIRECTORY "${LAPACK_BINARY_DIR}/${CMAKE_INSTALL_LIBDIR}/"
631
DESTINATION ${CMAKE_INSTALL_LIBDIR}
632
FILES_MATCHING REGEX "blaspp"
633
634
-endif()
635
636
-if (BLAS++ OR LAPACK++)
637
638
DIRECTORY "${LAPACK_BINARY_DIR}/include/"
639
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
0 commit comments