Skip to content

Commit

Permalink
Explicitly specify C++14 when building Abseil.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Nov 12, 2024
1 parent eb1cf93 commit 01a61bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extern/vcpkg-overlays/abseil/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ vcpkg_cmake_configure(
DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DABSL_PROPAGATE_CXX_STD=OFF
-DCMAKE_CXX_STANDARD=14
${ABSL_USE_CXX17_OPTION}
${ABSL_STATIC_RUNTIME_OPTION}
)
Expand Down

0 comments on commit 01a61bd

Please sign in to comment.