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 1413148 commit 90ca131Copy full SHA for 90ca131
CMakeLists.txt
@@ -57,6 +57,8 @@ 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)
61
+
62
target_link_libraries(xtensor-r INTERFACE xtensor)
63
get_target_property(inc_dir xtensor-r INTERFACE_INCLUDE_DIRECTORIES)
64
message(STATUS "${inc_dir}")
0 commit comments