Skip to content

Commit

Permalink
Remove CXX11
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Oct 2, 2024
1 parent a79ff79 commit cbbf7cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
R_KEEP_PKG_SOURCE: yes

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

Expand Down
1 change: 0 additions & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Upstream requires C++98 but we patched so it builds with C++11
CXX_STD=CXX11
PKG_LIBS=-Llibcld2 -lstatcld2

# Compiles 'libcld2' as shown in src/internal/compile_libs.sh
Expand Down

0 comments on commit cbbf7cf

Please sign in to comment.