summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielnachun <daniel.nachun@gmail.com>2021-08-16 17:15:37 -0700
committerVicențiu Ciorbaru <cvicentiu@gmail.com>2021-08-19 09:35:45 +0300
commit15ac6c58677c833b6d4fd6a6b700dea8faf70f7f (patch)
tree42e9a9674940385f65d57f0325e4d520483fdd60
parentda6f4d5164aae2642b1763577e1997d0098cc947 (diff)
downloadmariadb-git-bb-10.2-vicentiu-mr.tar.gz
CMakeLists.txt: remove MYSQL_SOURCE_DIR from MYSQL_INCLUDE_DIRSbb-10.2-vicentiu-mr
-rw-r--r--storage/mroonga/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/mroonga/CMakeLists.txt b/storage/mroonga/CMakeLists.txt
index 6671b3a8d56..14250c99f84 100644
--- a/storage/mroonga/CMakeLists.txt
+++ b/storage/mroonga/CMakeLists.txt
@@ -219,8 +219,7 @@ set(MYSQL_INCLUDE_DIRS
"${MYSQL_REGEX_INCLUDE_DIR}"
"${MYSQL_RAPIDJSON_INCLUDE_DIR}"
"${MYSQL_LIBBINLOGEVENTS_EXPORT_DIR}"
- "${MYSQL_LIBBINLOGEVENTS_INCLUDE_DIR}"
- "${MYSQL_SOURCE_DIR}")
+ "${MYSQL_LIBBINLOGEVENTS_INCLUDE_DIR}")
if(MRN_BUNDLED)
set(MYSQL_PLUGIN_DIR "${INSTALL_PLUGINDIR}")