From 29065d502a416b0bef54da1784e7bb7bc2ab3504 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Thu, 5 Jun 2014 15:59:25 +0200 Subject: 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/ --- pcre/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1