[pcre-dev] [Bug 2584] New: [PATCH] PCRE2: Update CMakeLists.…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2584] New: [PATCH] PCRE2: Update CMakeLists.txt
https://bugs.exim.org/show_bug.cgi?id=2584

            Bug ID: 2584
           Summary: [PATCH] PCRE2: Update CMakeLists.txt
           Product: PCRE
           Version: 10.35 (PCRE2)
          Hardware: All
                OS: All
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Code
          Assignee: ph10@???
          Reporter: c72578@???
                CC: pcre-dev@???


Created attachment 1311
--> https://bugs.exim.org/attachment.cgi?id=1311&action=edit
Update CMakeLists.txt

Update CMakeLists.txt

- Include GNUInstallDirs and use ${CMAKE_INSTALL_LIBDIR} instead of
hardcoded lib. This allows differentiation between lib and lib64.
CMAKE_INSTALL_LIBDIR is used for installation of libraries and also
for pkgconfig file generation.
- Add the version of PCRE2 to the configuration summary like
./configure does
- Fix typo: MACTHED_STRING->MATCHED_STRING

--
You are receiving this mail because:
You are on the CC list for the bug.