... | ... |
@@ -6,7 +6,7 @@ ifneq (,) |
6 | 6 |
This makefile requires GNU Make. |
7 | 7 |
endif |
8 | 8 |
|
9 |
-CXX_STD = CXX17 |
|
9 |
+CXX_STD = CXX11 |
|
10 | 10 |
#somehow the implicit $CC isn't available/accurate, so we have to re-fetch it |
11 | 11 |
compilerinfo = ${shell R CMD config CXX} |
12 | 12 |
compiler = $(findstring clang++, $(compilerinfo)) |