Skip to content

Commit

Permalink
#2066: Remove C++ standard override for bundled libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable authored and cz4rs committed Mar 30, 2023
1 parent 85b236a commit a63a674
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 a63a674

Please sign in to comment.