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.
2 parents 4a6321a + ebb45ac commit 13b63dcCopy full SHA for 13b63dc
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