Skip to content

Commit

Permalink
Use CMAKE_CXX_STANDARD=1 on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Apr 16, 2024
1 parent 9ccbd81 commit 7fae88e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:

- lib: filesystem
bopts: install
copts: -DCMAKE_CXX_STANDARD=11
os: macos-latest

# --layout=versioned
Expand All @@ -31,6 +32,7 @@ jobs:

- lib: filesystem
bopts: --layout=versioned install
copts: -DCMAKE_CXX_STANDARD=11
os: macos-latest

# --layout=tagged
Expand All @@ -41,6 +43,7 @@ jobs:

- lib: filesystem
bopts: --layout=tagged install
copts: -DCMAKE_CXX_STANDARD=11
os: macos-latest

# build with clang++, use with g++
Expand Down Expand Up @@ -163,7 +166,7 @@ jobs:

- lib: filesystem
bopts: stage
copts: -DUSE_STAGED_BOOST=ON
copts: -DUSE_STAGED_BOOST=ON -DCMAKE_CXX_STANDARD=11
os: macos-latest

- lib: filesystem
Expand Down

0 comments on commit 7fae88e

Please sign in to comment.