geo-data / cesium-terrain-builder

A C++ library and associated command line tools designed to create terrain tiles for use in the Cesium JavaScript library
Other
706 stars 338 forks source link

Trouble building with CMAKE: GDAL not found #104

Open DeLaMercedRichard opened 2 years ago

DeLaMercedRichard commented 2 years ago

Hi I'm trying to build the ctb on Windows, I've installed the GDAL via python pip. As you can see through the powershell screenshot the GDAL is installed, I'm just unsure what variables I need to get around the GDAL not found on the cmake. image image CMakeError.log CMakeOutput.log image I've attempted to fix it by adding these variable names to the system: image But still no avail. If there's anyone who can help me figure this out, it'd be much appreciated.