summaryrefslogtreecommitdiff
path: root/unittest
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mnogosearch.org>2013-10-02 15:41:15 +0400
committerAlexander Barkov <bar@mnogosearch.org>2013-10-02 15:41:15 +0400
commit1a3bb9487d9f23e895c506fd36cab1a5e39ac69b (patch)
tree2e70e311dab03faf4cbbe32cad86493f340e547a /unittest
parentf71e253914bc698cada6002e5138a01a840550a2 (diff)
downloadmariadb-git-1a3bb9487d9f23e895c506fd36cab1a5e39ac69b.tar.gz
A follow-up for the previous commit:
MDEV-4425 Regexp enhancements Adding ${CMAKE_BINARY_DIR}/pcre into search path for *.h files. Needed for find pcre.h (which is generated from pcre.h.in) when build directory != source directory.
Diffstat (limited to 'unittest')
-rw-r--r--unittest/mysys/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/unittest/mysys/CMakeLists.txt b/unittest/mysys/CMakeLists.txt
index b9630d9a647..028bc4a9884 100644
--- a/unittest/mysys/CMakeLists.txt
+++ b/unittest/mysys/CMakeLists.txt
@@ -14,6 +14,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/sql
+ ${CMAKE_BINARY_DIR}/pcre
${CMAKE_SOURCE_DIR}/pcre
${CMAKE_SOURCE_DIR}/extra/yassl/include)