Bug report #8082
FindGEOS.cmake
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Build/Install | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Windows 7 | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 16920 |
Description
The repeated occurrence of GEOS_LIBRARY at line 33-34 is an error as it will cause a linking error when code will try to link against GEOS_LIBRARY.lib
SET (
GEOS_LIBRARY
GEOS_LIBRARY;odbc32;odbccp32
CACHE STRING INTERNAL)
Associated revisions
History
#1 Updated by Jürgen Fischer over 11 years ago
- Status changed from Open to Closed
Fixed in changeset 06272115d533fa9d2ae79dba2fd5fb8ad1c3175f.