Skip to content
Permalink
Browse files
MDEV-7209 mroonga storage engine fails to build on OpenBSD
rename files `version` -> `version_full`
  • Loading branch information
vuvova committed Jul 27, 2021
1 parent aaac247 commit 65e3d08
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
@@ -80,7 +80,7 @@ else()
set(MRN_SOURCE_DIR ${CMAKE_SOURCE_DIR})
endif()

file(READ ${MRN_SOURCE_DIR}/version MRN_VERSION)
file(READ ${MRN_SOURCE_DIR}/version_full MRN_VERSION)
file(READ ${MRN_SOURCE_DIR}/version_major MRN_VERSION_MAJOR)
file(READ ${MRN_SOURCE_DIR}/version_minor MRN_VERSION_MINOR)
file(READ ${MRN_SOURCE_DIR}/version_micro MRN_VERSION_MICRO)
@@ -29,7 +29,7 @@ option(GROONGA_NORMALIZER_MYSQL_EMBED
"Build as a static library to embed into an application"
${GROONGA_NORMALIZER_MYSQL_EMBED_DEFAULT})

file(READ "${CMAKE_CURRENT_SOURCE_DIR}/version" VERSION)
file(READ "${CMAKE_CURRENT_SOURCE_DIR}/version_full" VERSION)

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

0 comments on commit 65e3d08

Please sign in to comment.