Opened 4 years ago

Closed 4 years ago

#2816 closed defect (fixed)

CMake: Incorrect dbxml internal libs detection

Reported by: jng Owned by: jng
Priority: low Milestone: 4.0
Component: Build System Version:
Severity: trivial Keywords:
Cc: External ID:

Description

In a fully self-contained CMake build (everything internal) the dbxml libs (dbxml/xerces-c/db-cxx/xqilla) can potentially be detected incorrectly due to the absence of HINTS in the various find_library calls in the FindDbXmlInternal module, resulting in system paths being probed which may contain older/incompatible library versions.

Change History (1)

comment:1 by jng, 4 years ago

Resolution: fixed
Status: assignedclosed

In 9722:

Fix incorrect dbxml lib detection for a fully self-contained (everything internal) MapGuide build. Fixes #2816

Note: See TracTickets for help on using tickets.