Skip to content

Commit

Permalink
Merge pull request #2067 from DARMA-tasking/2066-remove-cxx-standard-…
Browse files Browse the repository at this point in the history
…override

2066: Remove cxx standard override for bundled libraries
  • Loading branch information
lifflander authored Jan 18, 2023
2 parents 2728c72 + 287c130 commit 96455a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmake/load_bundled_libraries.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

include(SetCXXCompilerFlags)

# Export a minimum version flag for any bundled libraries that don't set their own
set(CMAKE_CXX_STANDARD 17)

# Optionally include libfort which is used by diagnostics
if (vt_libfort_enabled)
set(FORT_ENABLE_TESTING OFF CACHE INTERNAL "")
Expand Down

0 comments on commit 96455a5

Please sign in to comment.