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 92525c2 commit 1d76f5dCopy full SHA for 1d76f5d
1 file changed
compilation_tests/CMakeLists.txt
@@ -4,6 +4,7 @@ macro(add_compilation_test name)
4
set_source_files_properties(${name} PROPERTIES LANGUAGE ${MDSPAN_TEST_LANGUAGE})
5
endif()
6
add_executable(${name} ${name}.cpp)
7
+ target_compile_features(${name} PRIVATE cxx_std_17)
8
target_link_libraries(${name} mdspan)
9
endmacro()
10
0 commit comments