1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

The 10.6 server changed the name of the include.

ref: MariaDB/server@3a33ae8

Noticed thanks to @LinuxJedi
This commit is contained in:
Leonid Fedorov
2025-05-23 00:04:58 +00:00
committed by Leonid Fedorov
parent 5814a80b50
commit 14ac14b35d

View File

@ -42,8 +42,8 @@ set(ENGINE_BLOCKCACHE_INCLUDE "${CMAKE_CURRENT_SOURCE_DIR}/primitives/blockcache
set(ENGINE_PRIMPROC_INCLUDE "${CMAKE_CURRENT_SOURCE_DIR}/primitives/primproc")
set(ENGINE_SERVER_SQL_INCLUDE "${SERVER_SOURCE_ROOT_DIR}/sql")
set(ENGINE_SERVER_INCLUDE_INCLUDE "${SERVER_SOURCE_ROOT_DIR}/include")
if(PCRE_INCLUDES)
set(ENGINE_SERVER_PCRE_INCLUDE "${PCRE_INCLUDES}")
if(PCRE_INCLUDE_DIRS)
set(ENGINE_SERVER_PCRE_INCLUDE "${PCRE_INCLUDE_DIRS}")
else()
set(ENGINE_SERVER_PCRE_INCLUDE "${SERVER_BUILD_INCLUDE_DIR}/../pcre")
endif()