Skip to content

Commit

Permalink
enable C++17
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Aug 15, 2024
1 parent 07c6c5c commit c999680
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ include(cmake/Format.cmake)
# Add a library
add_library(spiner INTERFACE)
add_library(spiner::spiner ALIAS spiner)
target_compile_features(spiner INTERFACE cxx_std_17)

# ##############################################################################
# Dependencies #
Expand Down

0 comments on commit c999680

Please sign in to comment.