This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
vcpkg
Watch
1
Star
0
Fork
0
You've already forked vcpkg
mirror of
https://github.com/microsoft/vcpkg.git
synced
2024-11-27 02:39:08 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
61253f80ad
vcpkg
/
ports
/
geos
/
CONTROL
4 lines
71 B
Plaintext
Raw
Normal View
History
Unescape
Escape
added geos
2016-10-17 08:22:00 +08:00
Source: geos
[GEOS] Generate debug library names with `d` suffix (#3371) * [GEOS] Generate debug library names with `d` suffix Currently geos.lib name is used for both, debug and optimised GEOS libraries. This leads to situation when: ``` find_library(GEOS_LIBRARY_DEBUG NAMES geos) find_library(GEOS_LIBRARY_RELEASE NAMES geos) ``` finds the same library for both ``` GEOS_LIBRARY_DEBUG=D:/vcpkg/installed/x64-windows/debug/lib/geos.lib GEOS_LIBRARY_RELEASE=D:/vcpkg/installed/x64-windows/debug/lib/geos.lib ``` This is minimal patch that works around the problem. Next, complete fix should be submitted to GEOS upstream, preferably using exported targets. * [libspatialite] Add missing geos suffixes in static builds
2018-05-01 16:14:18 +08:00
Version: 3.6.2-3
added geos
2016-10-17 08:22:00 +08:00
Description: Geometry Engine Open Source
Reference in New Issue
Copy Permalink