Skip to content

Commit 7f4023e

Browse files
committed
upgraded to C++17
1 parent 90ca131 commit 7f4023e

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
@@ -57,7 +57,7 @@ add_library(xtensor-r INTERFACE)
5757
target_include_directories(xtensor-r INTERFACE $<BUILD_INTERFACE:${XTENSOR_R_INCLUDE_DIR}>
5858
$<INSTALL_INTERFACE:include>)
5959

60-
target_compile_features(xtensor INTERFACE cxx_std_17)
60+
target_compile_features(xtensor-r INTERFACE cxx_std_17)
6161

6262
target_link_libraries(xtensor-r INTERFACE xtensor)
6363
get_target_property(inc_dir xtensor-r INTERFACE_INCLUDE_DIRECTORIES)

0 commit comments

Comments
 (0)