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 committed Jan 16, 2023
1 parent 9089be5 commit c235395
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 14)

# 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 c235395

Please sign in to comment.