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.
Note:
See TracTickets
for help on using tickets.
In 9722: