Skip to content

Commit 6913ad8

Browse files
committed
Enabled C++20
1 parent f90b94d commit 6913ad8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ target_include_directories(xtensor-blas
7777
$<BUILD_INTERFACE:${XTENSOR_BLAS_INCLUDE_DIR}>
7878
$<INSTALL_INTERFACE:include>)
7979

80+
target_compile_features(xtensor-blas INTERFACE cxx_std_20)
81+
8082
OPTION(CXXBLAS_DEBUG "print cxxblas debug information" OFF)
8183
OPTION(XTENSOR_USE_FLENS_BLAS "use FLENS generic implementation instead of cblas" OFF)
8284
# Decide whether to use OpenBLAS or not.

0 commit comments

Comments
 (0)