We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71dee0e commit ebb45acCopy full SHA for ebb45ac
src/gdal_read_stream.cpp
@@ -4,7 +4,7 @@
4
#define RCPP_DEFAULT_INCLUDE_CALL false
5
#include "Rcpp.h"
6
7
-#if (GDAL_VERSION_MAJOR >= 3 && GDAL_VERSION_MINOR >= 6)
+#if GDAL_VERSION_NUM >= GDAL_COMPUTE_VERSION(3,6,0)
8
9
#include <ogr_recordbatch.h>
10
#include "gdal_read.h"
0 commit comments