[Poppler-bugs] [Bug 73057] New: Module path in CMakeFileLists

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Dec 26 21:51:24 PST 2013


https://bugs.freedesktop.org/show_bug.cgi?id=73057

          Priority: medium
            Bug ID: 73057
          Assignee: poppler-bugs at lists.freedesktop.org
           Summary: Module path in CMakeFileLists
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: krishnapg at yahoo.com
          Hardware: Other
            Status: NEW
           Version: unspecified
         Component: general
           Product: poppler

The module path setting in the CMakeLists.txt should be set to include existing
module path. Right now, its overwriting the default definitions, which is
causing problem when including poppler in other build systems.

The correct one should be as below:

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake/modules)

Replace Line 5 of CMakeLists.txt file in the poppler root directory with the
above line (note the additional ${CMAKE_MODULE_PATH} - it preserves the
existing module path without overwriting it.)

Thank you,
GK 
http://gopalakrishna.palem.in

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20131227/34dfb068/attachment.html>


More information about the Poppler-bugs mailing list