This website requires JavaScript.
Explore
Help
Sign In
The-Homebrew-Cloud
/
cemu-vcpkg
Watch
2
Star
0
Fork
0
You've already forked cemu-vcpkg
mirror of
https://github.com/cemu-project/vcpkg.git
synced
2025-02-24 19:43:33 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cemu-vcpkg
/
ports
/
geos
/
CONTROL
4 lines
71 B
Plaintext
Raw
Normal View
History
Unescape
Escape
added geos
2016-10-16 20:22:00 -04: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 10:14:18 +02:00
Version: 3.6.2-3
added geos
2016-10-16 20:22:00 -04:00
Description: Geometry Engine Open Source
Reference in New Issue
Copy Permalink