aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/boost_toolsets.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-03 22:45:23 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-04 00:11:46 +0200
commitdc5d951b73c9118511e33b8b07f2e94c41a379e7 (patch)
treea83b80c4e486a980b6c5065b43fadf32bcc1523e /.github/workflows/boost_toolsets.yml
parentcommon.cmake: fix a typo (diff)
downloadcmake-common-dc5d951b73c9118511e33b8b07f2e94c41a379e7.tar.gz
cmake-common-dc5d951b73c9118511e33b8b07f2e94c41a379e7.zip
common.cmake: bump default C++ standard
Diffstat (limited to '.github/workflows/boost_toolsets.yml')
-rw-r--r--.github/workflows/boost_toolsets.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/boost_toolsets.yml b/.github/workflows/boost_toolsets.yml
index 52c95bb..8c57a0a 100644
--- a/.github/workflows/boost_toolsets.yml
+++ b/.github/workflows/boost_toolsets.yml
@@ -166,6 +166,8 @@ jobs:
toolset: '${{ matrix.toolset }}'
platform: '${{ matrix.platform }}'
configuration: '${{ matrix.configuration }}'
+ # Older Boosts don't like the newer standards (auto_ptr, etc.)
+ cmake-args: -D CC_CXX_STANDARD=14
- name: Verify runtime library linkage
uses: ./.github/actions/check-runtime-library