Skip to content

Commit 61673db

Browse files
committed
cblas targets added to Component Development
This is in line with LAPACKE cmake. Also more consistent within the CBLAS CMakeLists.txt.
1 parent 5806d93 commit 61673db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CBLAS/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cblas.pc.in
4949
install(FILES
5050
${CMAKE_CURRENT_BINARY_DIR}/${CBLASLIB}.pc
5151
DESTINATION ${PKG_CONFIG_DIR}
52+
COMPONENT Development
5253
)
5354

5455
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cmake/cblas-config-version.cmake.in
@@ -62,6 +63,7 @@ install(FILES
6263
${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/${CBLASLIB}-config.cmake
6364
${LAPACK_BINARY_DIR}/${CBLASLIB}-config-version.cmake
6465
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${CBLASLIB}-${LAPACK_VERSION}
66+
COMPONENT Development
6567
)
6668

6769
install(EXPORT ${CBLASLIB}-targets

0 commit comments

Comments
 (0)