File tree Expand file tree Collapse file tree 4 files changed +2
-2
lines changed
vendor/groonga/vendor/plugins/groonga-normalizer-mysql Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 80
80
set (MRN_SOURCE_DIR ${CMAKE_SOURCE_DIR} )
81
81
endif ()
82
82
83
- file (READ ${MRN_SOURCE_DIR} /version MRN_VERSION )
83
+ file (READ ${MRN_SOURCE_DIR} /version_full MRN_VERSION )
84
84
file (READ ${MRN_SOURCE_DIR} /version_major MRN_VERSION_MAJOR )
85
85
file (READ ${MRN_SOURCE_DIR} /version_minor MRN_VERSION_MINOR )
86
86
file (READ ${MRN_SOURCE_DIR} /version_micro MRN_VERSION_MICRO )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ option(GROONGA_NORMALIZER_MYSQL_EMBED
29
29
"Build as a static library to embed into an application"
30
30
${GROONGA_NORMALIZER_MYSQL_EMBED_DEFAULT} )
31
31
32
- file (READ "${CMAKE_CURRENT_SOURCE_DIR} /version " VERSION )
32
+ file (READ "${CMAKE_CURRENT_SOURCE_DIR} /version_full " VERSION )
33
33
34
34
if ("${CMAKE_SOURCE_DIR} " STREQUAL "${CMAKE_CURRENT_SOURCE_DIR} " )
35
35
set (GROONGA_NORMALIZER_MYSQL_BUNDLED FALSE )
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments