Skip to content

Commit 15ac6c5

Browse files
danielnachuncvicentiu
authored andcommitted
CMakeLists.txt: remove MYSQL_SOURCE_DIR from MYSQL_INCLUDE_DIRS
1 parent da6f4d5 commit 15ac6c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

storage/mroonga/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,7 @@ set(MYSQL_INCLUDE_DIRS
219219
"${MYSQL_REGEX_INCLUDE_DIR}"
220220
"${MYSQL_RAPIDJSON_INCLUDE_DIR}"
221221
"${MYSQL_LIBBINLOGEVENTS_EXPORT_DIR}"
222-
"${MYSQL_LIBBINLOGEVENTS_INCLUDE_DIR}"
223-
"${MYSQL_SOURCE_DIR}")
222+
"${MYSQL_LIBBINLOGEVENTS_INCLUDE_DIR}")
224223

225224
if(MRN_BUNDLED)
226225
set(MYSQL_PLUGIN_DIR "${INSTALL_PLUGINDIR}")

0 commit comments

Comments
 (0)