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 b50109c commit 7f2c622Copy full SHA for 7f2c622
CMakeLists.txt
@@ -633,21 +633,19 @@ install(FILES
633
634
if (LAPACK++)
635
install(
636
- DIRECTORY "${LAPACK_BINARY_DIR}/lib/"
+ DIRECTORY "${LAPACK_BINARY_DIR}/${CMAKE_INSTALL_LIBDIR}/"
637
DESTINATION ${CMAKE_INSTALL_LIBDIR}
638
FILES_MATCHING REGEX "lapackpp"
639
)
640
endif()
641
642
-if (BLAS++)
+if (BLAS++ OR LAPACK++)
643
644
645
646
FILES_MATCHING REGEX "blaspp"
647
648
-endif()
649
650
-if (BLAS++ OR LAPACK++)
651
652
DIRECTORY "${LAPACK_BINARY_DIR}/include/"
653
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
0 commit comments