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)
124
124
target_compile_definitions (${CBLASLIB} PRIVATE HAS_ATTRIBUTE_WEAK_SUPPORT )
125
125
endif ()
126
126
target_include_directories (${CBLASLIB} PUBLIC
127
- $< BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR } /../include>
127
+ $< BUILD_INTERFACE:${LAPACK_BINARY_DIR } /../include>
128
128
$< INSTALL_INTERFACE:include>
129
129
)
130
130
target_link_libraries (${CBLASLIB} PRIVATE ${BLAS_LIBRARIES} )
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ set_target_properties(
80
80
SOVERSION ${LAPACK_MAJOR_VERSION}
81
81
)
82
82
target_include_directories (${LAPACKELIB} PUBLIC
83
- $< BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR } /include>
83
+ $< BUILD_INTERFACE:${LAPACK_BINARY_DIR } /include>
84
84
$< INSTALL_INTERFACE:include>
85
85
)
86
86
if (WIN32 AND NOT UNIX )
You can’t perform that action at this time.
0 commit comments