Skip to content

Commit

Permalink
Fix CBLAS/src/CMakeLists.txt
Browse files Browse the repository at this point in the history
remove spurious ../ from target_include_directories path
  • Loading branch information
mtowara authored Apr 27, 2022
1 parent def1271 commit da11f09
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 da11f09

Please sign in to comment.