Skip to content

Commit 3d155cf

Browse files
authored
Merge pull request #1981 from edisongustavo/develop
Fix include directory of exported targets
2 parents 7d47f0a + e908ac2 commit 3d155cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ endif ()
164164

165165
# add objects to the openblas lib
166166
add_library(${OpenBLAS_LIBNAME} ${LA_SOURCES} ${LAPACKE_SOURCES} ${RELA_SOURCES} ${TARGET_OBJS} ${OpenBLAS_DEF_FILE})
167-
target_include_directories(${OpenBLAS_LIBNAME} INTERFACE $<INSTALL_INTERFACE:include>)
167+
target_include_directories(${OpenBLAS_LIBNAME} INTERFACE $<INSTALL_INTERFACE:include/openblas${SUFFIX64}>)
168168

169169
# Android needs to explicitly link against libm
170170
if(ANDROID)

0 commit comments

Comments
 (0)