From 800c9fa737bd82ac4634c5a9453162ed445146d3 Mon Sep 17 00:00:00 2001 From: Vivian Nguyen Date: Thu, 23 Jan 2025 21:46:52 -0800 Subject: [PATCH] Revert Markvars.in --- apis/r/src/Makevars.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apis/r/src/Makevars.in b/apis/r/src/Makevars.in index 1849b4d3f1..fe118a4c9d 100644 --- a/apis/r/src/Makevars.in +++ b/apis/r/src/Makevars.in @@ -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@