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

I can't use cmake with libgdal.so #84

Closed scar95 closed 5 years ago

scar95 commented 5 years ago

I installed gdal using the gdal installer and downloaded the lib file and added it to the folder. But my cmake could not find the libgdal.so file. So I checked the libgdal.so file in gdal core, lib, include. Should I build this file separately?

my gdal version is 2.4.0 and cmake version is 3.12.0.