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 f90b94d commit 6913ad8Copy full SHA for 6913ad8
CMakeLists.txt
@@ -77,6 +77,8 @@ target_include_directories(xtensor-blas
77
$<BUILD_INTERFACE:${XTENSOR_BLAS_INCLUDE_DIR}>
78
$<INSTALL_INTERFACE:include>)
79
80
+target_compile_features(xtensor-blas INTERFACE cxx_std_20)
81
+
82
OPTION(CXXBLAS_DEBUG "print cxxblas debug information" OFF)
83
OPTION(XTENSOR_USE_FLENS_BLAS "use FLENS generic implementation instead of cblas" OFF)
84
# Decide whether to use OpenBLAS or not.
0 commit comments