Navigation Menu

Skip to content

Commit

Permalink
cmake: strip needless spaces from require groonga version
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed May 19, 2012
1 parent a8b0450 commit 05b25c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -25,6 +25,7 @@ file(READ ${CMAKE_SOURCE_DIR}/version_in_hex MRN_VERSION_IN_HEX)
file(READ ${CMAKE_SOURCE_DIR}/plugin_version MRN_PLUGIN_VERSION)

file(READ ${CMAKE_SOURCE_DIR}/required_groonga_version REQUIRED_GROONGA_VERSION)
string(STRIP "${REQUIRED_GROONGA_VERSION}" REQUIRED_GROONGA_VERSION)

set(MRN_PACKAGE_STRING "${PROJECT_NAME} ${MRN_VERSION}")

Expand Down

0 comments on commit 05b25c4

Please sign in to comment.