We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d47f0a + e908ac2 commit 3d155cfCopy full SHA for 3d155cf
CMakeLists.txt
@@ -164,7 +164,7 @@ endif ()
164
165
# add objects to the openblas lib
166
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>)
+target_include_directories(${OpenBLAS_LIBNAME} INTERFACE $<INSTALL_INTERFACE:include/openblas${SUFFIX64}>)
168
169
# Android needs to explicitly link against libm
170
if(ANDROID)
0 commit comments