<div dir="ltr"><div dir="ltr"><div dir="ltr">Hi,</div><div dir="ltr"><br></div><div dir="ltr">I wanted to have a static only build of `geos` library, but also run unit tests on a compiled static library. Looks like currently tests are linked against shared lib only. However it is relatively easy to make this work in `cmake` by introducing "interface" library with the same name as shared lib target would be and instructing `cmake` to link to `geos-static` in that case.</div><div dir="ltr"><br></div><div dir="ltr">Change is small and can be viewed here:<br><div><br></div><div><a href="https://github.com/Kirill888/geos/commit/857372efca8b8e27711b0c85ddf847fc4676b380" target="_blank">https://github.com/Kirill888/geos/commit/857372efca8b8e27711b0c85ddf847fc4676b380</a><br></div><div><br></div><div>Would be nice if someone incorporated that into master.</div><div><br></div><div>Regards,</div><div><br></div><div>Kirill</div></div></div></div>