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 f2b8f6e commit cf64a15Copy full SHA for cf64a15
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