Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert Markvars.in
Browse files Browse the repository at this point in the history
nguyenv committed Jan 24, 2025

Verified

This commit was signed with the committer’s verified signature.
1 parent fe3c3fc commit 800c9fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apis/r/src/Makevars.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#CXX_STD = CXX20
CXX_STD = CXX20

## We need the TileDB Headers, and for macOS aka Darwin need to set minimum version 13.3 for macOS
PKG_CPPFLAGS = -std=c++20 -I. -I../inst/include/ @tiledb_include@ @cxx20_macos@ -DSPDLOG_USE_STD_FORMAT
PKG_CPPFLAGS = -I. -I../inst/include/ @tiledb_include@ @cxx20_macos@ -DSPDLOG_USE_STD_FORMAT

## We also need the TileDB library
PKG_LIBS = @cxx20_macos@ @tiledb_libs@ @tiledb_rpath@

0 comments on commit 800c9fa

Please sign in to comment.