null+****@clear*****
null+****@clear*****
2012年 5月 20日 (日) 00:38:41 JST
Kouhei Sutou 2012-05-20 00:38:41 +0900 (Sun, 20 May 2012) New Revision: 05b25c4960e6565b43fccf3eb69feba91c8cefed Log: cmake: strip needless spaces from require groonga version Modified files: CMakeLists.txt Modified: CMakeLists.txt (+1 -0) =================================================================== --- CMakeLists.txt 2012-05-20 00:29:31 +0900 (696847d) +++ CMakeLists.txt 2012-05-20 00:38:41 +0900 (e2305a3) @@ -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}")