gwaldron / osgearth

3D Maps for OpenSceneGraph / C++14
https://www.pelicanmapping.com/home-1/opensource
Other
1.47k stars 772 forks source link

Dependencies problems #2588

Closed devil-darkside closed 1 month ago

devil-darkside commented 1 month ago

osgEarth Version (required): 3.6

What is the problem? How have you tried to resolve it? Missing library dependencies (osgEarthProcedural.lib and osgEarthImGui.lib) for new ImGui implementation on osgearth_windows and osgearth_collecttriangles. Include reference too.

In addition to #2585.

gwaldron commented 1 month ago

Thanks. Workaround will be to disable OSGEARTH_BUILD_TESTS in Cmake (which I think is the default)

devil-darkside commented 1 month ago

I know... Thanks

gwaldron commented 1 month ago

Fixed