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 ce3f662 commit b48dd0dCopy full SHA for b48dd0d
CBLAS/src/CMakeLists.txt
@@ -168,5 +168,5 @@ target_include_directories(${CBLASLIB} PUBLIC
168
$<BUILD_INTERFACE:${LAPACK_BINARY_DIR}/include>
169
$<INSTALL_INTERFACE:include>
170
)
171
-target_link_libraries(${CBLASLIB} PRIVATE ${BLAS_LIBRARIES})
+target_link_libraries(${CBLASLIB} PUBLIC ${BLAS_LIBRARIES})
172
lapack_install_library(${CBLASLIB})
0 commit comments