diff options
Diffstat (limited to 'cmake/plugin.cmake')
-rw-r--r-- | cmake/plugin.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/plugin.cmake b/cmake/plugin.cmake index 8c34147c6f7..2bcf0342696 100644 --- a/cmake/plugin.cmake +++ b/cmake/plugin.cmake @@ -54,7 +54,7 @@ MACRO(MYSQL_ADD_PLUGIN) # Add common include directories INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/sql - ${CMAKE_SOURCE_DIR}/regex + ${CMAKE_SOURCE_DIR}/pcre ${SSL_INCLUDE_DIRS} ${ZLIB_INCLUDE_DIR}) |