Drop PCRE dependency.
The config file is now manually parsed instead of using regex. While this is less beautifull, it allows us to drop PCRE as a dependency on Windows.
This commit is contained in:
parent
6be73720fa
commit
17ed36a7a5
7 changed files with 122 additions and 101 deletions
|
|
@ -2,6 +2,5 @@ EXTRA_DIST = \
|
|||
COPYING-CMAKE-SCRIPTS \
|
||||
FindLIBUSB.cmake \
|
||||
FindPCSC.cmake \
|
||||
FindPCRE.cmake \
|
||||
UseDoxygen.cmake \
|
||||
LibnfcDrivers.cmake
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue