File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ if(HAS_ATTRIBUTE_WEAK_SUPPORT)
124124 target_compile_definitions (${CBLASLIB} PRIVATE HAS_ATTRIBUTE_WEAK_SUPPORT)
125125endif ()
126126target_include_directories (${CBLASLIB} PUBLIC
127- $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR } /../include >
127+ $<BUILD_INTERFACE:${LAPACK_BINARY_DIR } /../include >
128128 $<INSTALL_INTERFACE:include >
129129)
130130target_link_libraries (${CBLASLIB} PRIVATE ${BLAS_LIBRARIES} )
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ set_target_properties(
8080 SOVERSION ${LAPACK_MAJOR_VERSION}
8181 )
8282target_include_directories (${LAPACKELIB} PUBLIC
83- $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR } /include >
83+ $<BUILD_INTERFACE:${LAPACK_BINARY_DIR } /include >
8484 $<INSTALL_INTERFACE:include >
8585)
8686if (WIN32 AND NOT UNIX )
You can’t perform that action at this time.
0 commit comments