Fixed PCRE2 libraries missing symbolic link to library

The libpcre2-8.so was not a symbolic link but an actual library.
This commit is contained in:
Markus Makela
2015-12-11 06:37:11 +02:00
parent 5266f1f125
commit dc64b12077
2 changed files with 5 additions and 1 deletions

View File

@ -468,6 +468,8 @@ IF(PCRE2_BUILD_PCRE2_8)
ADD_LIBRARY(pcre2-8 ${PCRE2_HEADERS} ${PCRE2_SOURCES} ${PROJECT_BINARY_DIR}/config.h)
SET_PROPERTY(TARGET pcre2-8
PROPERTY COMPILE_DEFINITIONS PCRE2_CODE_UNIT_WIDTH=8)
SET_PROPERTY(TARGET pcre2-8
PROPERTY VERSION 1.0.0)
SET(targets ${targets} pcre2-8)
ADD_LIBRARY(pcre2posix ${PCRE2POSIX_HEADERS} ${PCRE2POSIX_SOURCES})
SET_PROPERTY(TARGET pcre2posix