Merge pull request #3863 from Algunenano/master_proj_lib

PROJ_LIB: Fix detection code
This commit is contained in:
Artem Pavlenko 2018-02-20 16:04:50 +01:00 committed by GitHub
commit cec5e0e391
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -867,6 +867,7 @@ def CheckProjData(context, silent=False):
// This is narly, could eventually be replaced using https://github.com/OSGeo/proj.4/pull/551]
#include <proj_api.h>
#include <iostream>
#include <cstring>
static void my_proj4_logger(void * user_data, int /*level*/, const char * msg)
{