Skip to content

Commit 65e3d08

Browse files
committed
MDEV-7209 mroonga storage engine fails to build on OpenBSD
rename files `version` -> `version_full`
1 parent aaac247 commit 65e3d08

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

storage/mroonga/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ else()
8080
set(MRN_SOURCE_DIR ${CMAKE_SOURCE_DIR})
8181
endif()
8282

83-
file(READ ${MRN_SOURCE_DIR}/version MRN_VERSION)
83+
file(READ ${MRN_SOURCE_DIR}/version_full MRN_VERSION)
8484
file(READ ${MRN_SOURCE_DIR}/version_major MRN_VERSION_MAJOR)
8585
file(READ ${MRN_SOURCE_DIR}/version_minor MRN_VERSION_MINOR)
8686
file(READ ${MRN_SOURCE_DIR}/version_micro MRN_VERSION_MICRO)

storage/mroonga/vendor/groonga/vendor/plugins/groonga-normalizer-mysql/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ option(GROONGA_NORMALIZER_MYSQL_EMBED
2929
"Build as a static library to embed into an application"
3030
${GROONGA_NORMALIZER_MYSQL_EMBED_DEFAULT})
3131

32-
file(READ "${CMAKE_CURRENT_SOURCE_DIR}/version" VERSION)
32+
file(READ "${CMAKE_CURRENT_SOURCE_DIR}/version_full" VERSION)
3333

3434
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
3535
set(GROONGA_NORMALIZER_MYSQL_BUNDLED FALSE)
File renamed without changes.

0 commit comments

Comments
 (0)