Skip to content

Commit

Permalink
⬆️ Test with C++17
Browse files Browse the repository at this point in the history
  • Loading branch information
heavywatal committed Jan 19, 2024
1 parent 6c86a14 commit 6c0c66a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clipp
Submodule clipp updated 1 files
+14 −2 include/clipp.h
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ foreach(src IN LISTS source_files)
get_filename_component(name_we ${src} NAME_WE)
add_executable(test-${name_we} ${src})
set_target_properties(test-${name_we} PROPERTIES
CXX_STANDARD 11
CXX_STANDARD 17
CXX_STANDARD_REQUIRED ON
CXX_EXTENSIONS OFF
)
Expand Down

0 comments on commit 6c0c66a

Please sign in to comment.