Skip to content

Commit d8d75e7

Browse files
authored
Update CMakeLists.txt
1 parent d0f0425 commit d8d75e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ target_include_directories(xtensor INTERFACE
194194
$<BUILD_INTERFACE:${XTENSOR_INCLUDE_DIR}>
195195
$<INSTALL_INTERFACE:include>)
196196

197-
target_compile_features(xtensor INTERFACE cxx_std_17)
197+
target_compile_features(xtensor INTERFACE cxx_std_20)
198198

199199
target_link_libraries(xtensor INTERFACE xtl)
200200

0 commit comments

Comments
 (0)