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 d0f0425 commit d8d75e7Copy full SHA for d8d75e7
CMakeLists.txt
@@ -194,7 +194,7 @@ target_include_directories(xtensor INTERFACE
194
$<BUILD_INTERFACE:${XTENSOR_INCLUDE_DIR}>
195
$<INSTALL_INTERFACE:include>)
196
197
-target_compile_features(xtensor INTERFACE cxx_std_17)
+target_compile_features(xtensor INTERFACE cxx_std_20)
198
199
target_link_libraries(xtensor INTERFACE xtl)
200
0 commit comments