Skip to content

Commit

Permalink
MDEV-33091 pcre2 headers - handle columnstore
Browse files Browse the repository at this point in the history
From e735cf2, the PCRE_INCLUDES
changed to PCRE_INCLUDE_DIRS for consistency.

The columnstore module depends on the old name.

Create a mapping for the columnstore submodule.

10.6+ fix for submodule is:
* mariadb-corporation/mariadb-columnstore-engine#3304
  • Loading branch information
grooverdan committed Sep 5, 2024
1 parent c94af73 commit d80ce3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/columnstore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ CMAKE_SYSTEM_PROCESSOR STREQUAL "amd64")
return()
ENDIF()

SET(PCRE_INCLUDES "${PCRE_INCLUDE_DIRS}")
add_subdirectory(columnstore)

IF(TARGET columnstore)
Expand Down

0 comments on commit d80ce3d

Please sign in to comment.