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.
1 parent 161d866 commit 9b498c5Copy full SHA for 9b498c5
src/cmake/BLAS.cmake
@@ -9,7 +9,7 @@ target_link_libraries(flat_blas INTERFACE BLAS::BLAS)
9
get_target_property(foo BLAS::BLAS INCLUDE_DIRECTORIES)
10
11
if (USE_MKL_CBLAS)
12
- target_compile_definitions(flat_blas USE_MKL)
+ target_compile_definitions(flat_blas INTERFACE USE_MKL)
13
endif()
14
15
if (BLAS_LIBRARIES MATCHES "cblas" OR BLAS_LIBRARIES MATCHES "openblas")
src/cmake/Superbuild.cmake
@@ -62,6 +62,7 @@ set(INHERITED_CMAKE_ARGS
62
-DTileDB_DIR=${TileDB_DIR}
63
-DOVERRIDE_INSTALL_PREFIX=${OVERRIDE_INSTALL_PREFIX}
64
-DBLA_VENDOR=${BLA_VENDOR}
65
+ -DUSE_MKL_CBLAS=${USE_MKL_CBLAS}
66
-DTILEDB_VS_PYTHON=${TILEDB_VS_PYTHON}
67
-DBUILD_TESTS=${BUILD_TESTS}
68
)
0 commit comments