Skip to content

Commit

Permalink
Merge pull request #663 from mtowara/master
Browse files Browse the repository at this point in the history
Fix CBLAS/src/CMakeLists.txt
  • Loading branch information
weslleyspereira authored Apr 27, 2022
2 parents def1271 + da11f09 commit 3b177e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CBLAS/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ if(HAS_ATTRIBUTE_WEAK_SUPPORT)
target_compile_definitions(${CBLASLIB} PRIVATE HAS_ATTRIBUTE_WEAK_SUPPORT)
endif()
target_include_directories(${CBLASLIB} PUBLIC
$<BUILD_INTERFACE:${LAPACK_BINARY_DIR}/../include>
$<BUILD_INTERFACE:${LAPACK_BINARY_DIR}/include>
$<INSTALL_INTERFACE:include>
)
target_link_libraries(${CBLASLIB} PRIVATE ${BLAS_LIBRARIES})
Expand Down

0 comments on commit 3b177e9

Please sign in to comment.