diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-06-05 15:59:25 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-06-05 15:59:25 +0200 |
commit | 29065d502a416b0bef54da1784e7bb7bc2ab3504 (patch) | |
tree | 1a4fce583c4285ab5c07664343f3a5fe3a6ddec6 /pcre | |
parent | e22c3810f059e4f6e3ec52f09d35486e0ff80fb6 (diff) | |
download | mariadb-git-29065d502a416b0bef54da1784e7bb7bc2ab3504.tar.gz |
MDEV-6149 Include file pcre.h missing in binary dist, meaing I_S plugins can't be built
when the bundled pcre is used, install its pcre.h in mysql/private/
Diffstat (limited to 'pcre')
-rw-r--r-- | pcre/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pcre/CMakeLists.txt b/pcre/CMakeLists.txt index f885237c395..90ebc0d5100 100644 --- a/pcre/CMakeLists.txt +++ b/pcre/CMakeLists.txt @@ -513,4 +513,6 @@ IF(PCRE_SHOW_REPORT) MESSAGE(STATUS "") ENDIF(PCRE_SHOW_REPORT) +INSTALL(FILES ${CMAKE_BINARY_DIR}/pcre/pcre.h DESTINATION ${INSTALL_INCLUDEDIR}/private COMPONENT Development) + # end CMakeLists.txt |