Skip to content

Commit

Permalink
turn of GDAL 1.10 check for now
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jan 10, 2013
1 parent 6476cf7 commit 789ee31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/drivers/nitf/Reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#include "cpl_string.h"

#if ((GDAL_VERSION_MAJOR == 1 && GDAL_VERSION_MINOR < 10) || (GDAL_VERSION_MAJOR < 1))
#error "NITF support requires GDAL 1.10 or GDAL 2.0+"
// #error "NITF support requires GDAL 1.10 or GDAL 2.0+"
#endif


Expand Down
2 changes: 1 addition & 1 deletion src/drivers/nitf/Writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#include "cpl_string.h"

#if ((GDAL_VERSION_MAJOR == 1 && GDAL_VERSION_MINOR < 10) || (GDAL_VERSION_MAJOR < 1))
#error "NITF support requires GDAL 1.10 or GDAL 2.0+"
// #error "NITF support requires GDAL 1.10 or GDAL 2.0+"
#endif


Expand Down

0 comments on commit 789ee31

Please sign in to comment.