Skip to content

Commit

Permalink
update C++ standard to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Aug 15, 2024
1 parent 497ce65 commit a4ae335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ endif()
if(CMAKE_CXX_STANDARD)
target_compile_features(singularity-eos_Interface INTERFACE cxx_std_${CMAKE_CXX_STANDARD})
else()
target_compile_features(singularity-eos_Interface INTERFACE cxx_std_14)
target_compile_features(singularity-eos_Interface INTERFACE cxx_std_17)
endif()

# checks if this is our build, or we've been imported via `add_subdirectory` NB:
Expand Down

0 comments on commit a4ae335

Please sign in to comment.