Commit a0558b8c authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-24883 fixup: Add a dependency

In commit 783625d7 we forgot to
declare a dependency on the generated file mysqld_error.h.
parent 211e9b3e
......@@ -29,4 +29,8 @@ ADD_LIBRARY(tpool STATIC
${EXTRA_SOURCES}
)
IF(CMAKE_SYSTEM_NAME STREQUAL "Linux" AND LIBURING)
ADD_DEPENDENCIES(tpool GenError)
ENDIF()
INCLUDE_DIRECTORIES(${PROJECT_SOURCE_DIR}/include)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment