Changelog: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-28.html Sponsored by: Netzkommune GmbH
12 lines
312 B
Plaintext
12 lines
312 B
Plaintext
--- plugin/x/CMakeLists.txt.orig 2021-12-17 16:07:27 UTC
|
|
+++ plugin/x/CMakeLists.txt
|
|
@@ -77,6 +77,8 @@ INCLUDE_DIRECTORIES(
|
|
${MYSQLX_GENERATE_DIR}
|
|
${MYSQLX_PROTOCOL_INCLUDE_DIR}
|
|
${MYSQLX_CLIENT_INCLUDE_DIR}
|
|
+ ${OPENSSL_INCLUDE_DIR}
|
|
+ ${BOOST_INCLUDE_DIR}
|
|
)
|
|
|
|
MY_INCLUDE_SYSTEM_DIRECTORIES(LIBEVENT)
|