-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use standard CMake constructs to export the library's targets. (#260)
* Use standard CMake constructs to export the library's targets. * Fix typo. * Document that PCRE2_USE_STATIC_LIBS is not required if only one edition of the library has been built. * Replace some missed stuff from previous review. * Don't explicitly set `PCRE2_FOUND` to true. * Avoid defining the target aliases if they are already defined. * Set `PCRE2_LIBRARIES` and `PCRE2_***_LIBRARY` for compatibility. * Change `PCRE2_USE_STATIC_LIBS` to prohibit loading the shared library if set.
- Loading branch information
1 parent
6bc8ccf
commit def175f
Showing
3 changed files
with
77 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters