zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #00658
Re: [Merge] lp:~gabipetrovay/zorba/geo-win-build into lp:zorba/geo-module
I updated geos to latest trunk, and indeed now it used CMake and builds the geos lib as dll. It is called geos.dll.
But it also has geos_static project, so I used that for linking.
I had to fix the build with the new code.
You can leave FIND_PACKAGE_DLLS_WIN32 with geos.dll, it only raises a warning if it doesn't find it.
One new issue I had is that now geos library has two include dirs: one in the source dir and one in the build directory. I had to add manualy the one from the build dir because it cannot be discovered.
--
https://code.launchpad.net/~gabipetrovay/zorba/geo-win-build/+merge/78602
Your team Zorba Coders is subscribed to branch lp:zorba/geo-module.
Follow ups
References