Skip to content

Commit

Permalink
Remove C++11 sysreq
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Oct 6, 2023
1 parent efb58f7 commit 5f9d18a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ Config/Needs/website: tidyverse/tidytemplate
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
SystemRequirements: C++11, libpng
SystemRequirements: libpng
Config/testthat/edition: 3
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Keep C++11 for now due to a bug in some Linux: https://github.com/r-lib/vdiffr/issues/137
CXX_STD = CXX11

PKG_LIBS = -lpng -lz

0 comments on commit 5f9d18a

Please sign in to comment.