mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
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.
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user