Skip to content

Commit 86bc537

Browse files
committed
remove SystemRequirements from DESCRIPTION
1 parent 71b336d commit 86bc537

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

cpp4rtest/DESCRIPTION

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ LazyData: true
2222
Roxygen: list(markdown = TRUE)
2323
RoxygenNote: 7.3.3
2424
Config/testthat/edition: 3
25-
SystemRequirements: C++NN
2625
NeedsCompilation: yes

scripts/check_restore.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ else cpp_std="$std"; fi
1818
# Restore Makevars.in placeholder
1919
echo "CXX_STD = CXXNN" > ./cpp4rtest/src/Makevars.in
2020

21-
# Restore DESCRIPTION placeholder (needs C++ format)
22-
sed -i "s/${cpp_std}/C++NN/" ./cpp4rtest/DESCRIPTION || true
23-
2421
# Restore GCC by unsetting USE_CLANG
2522
unset USE_CLANG || true
2623

0 commit comments

Comments
 (0)