We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents def1271 + da11f09 commit 3b177e9Copy full SHA for 3b177e9
CBLAS/src/CMakeLists.txt
@@ -124,7 +124,7 @@ if(HAS_ATTRIBUTE_WEAK_SUPPORT)
124
target_compile_definitions(${CBLASLIB} PRIVATE HAS_ATTRIBUTE_WEAK_SUPPORT)
125
endif()
126
target_include_directories(${CBLASLIB} PUBLIC
127
- $<BUILD_INTERFACE:${LAPACK_BINARY_DIR}/../include>
+ $<BUILD_INTERFACE:${LAPACK_BINARY_DIR}/include>
128
$<INSTALL_INTERFACE:include>
129
)
130
target_link_libraries(${CBLASLIB} PRIVATE ${BLAS_LIBRARIES})
0 commit comments