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 90ca131 commit 7f4023eCopy full SHA for 7f4023e
CMakeLists.txt
@@ -57,7 +57,7 @@ add_library(xtensor-r INTERFACE)
57
target_include_directories(xtensor-r INTERFACE $<BUILD_INTERFACE:${XTENSOR_R_INCLUDE_DIR}>
58
$<INSTALL_INTERFACE:include>)
59
60
-target_compile_features(xtensor INTERFACE cxx_std_17)
+target_compile_features(xtensor-r INTERFACE cxx_std_17)
61
62
target_link_libraries(xtensor-r INTERFACE xtensor)
63
get_target_property(inc_dir xtensor-r INTERFACE_INCLUDE_DIRECTORIES)
0 commit comments