Skip to content

Commit e908ac2

Browse files
author
Edison Gustavo Muenz
committed
Fix include directory of exported targets
1 parent 16494cb commit e908ac2

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
@@ -157,7 +157,7 @@ endif()
157157

158158
# add objects to the openblas lib
159159
add_library(${OpenBLAS_LIBNAME} ${LA_SOURCES} ${LAPACKE_SOURCES} ${RELA_SOURCES} ${TARGET_OBJS} ${OpenBLAS_DEF_FILE})
160-
target_include_directories(${OpenBLAS_LIBNAME} INTERFACE $<INSTALL_INTERFACE:include>)
160+
target_include_directories(${OpenBLAS_LIBNAME} INTERFACE $<INSTALL_INTERFACE:include/openblas${SUFFIX64}>)
161161

162162
# Android needs to explicitly link against libm
163163
if(ANDROID)

0 commit comments

Comments
 (0)