[Groonga-commit] groonga/groonga at b2dd33a [master] cmake: add a missing backslash

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Apr 7 21:57:58 JST 2016


Kouhei Sutou	2016-04-07 21:57:58 +0900 (Thu, 07 Apr 2016)

  New Revision: b2dd33ac0d178f451c6a911f39f11ca02c516935
  https://github.com/groonga/groonga/commit/b2dd33ac0d178f451c6a911f39f11ca02c516935

  Message:
    cmake: add a missing backslash

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+1 -1)
===================================================================
--- CMakeLists.txt    2016-04-07 21:53:37 +0900 (e01d023)
+++ CMakeLists.txt    2016-04-07 21:57:58 +0900 (ade81b5)
@@ -60,7 +60,7 @@ else()
   endif()
 endif()
 string(REGEX REPLACE "(^.*=|\n)" "" GRN_VERSION "${GRN_VERSION}")
-string(REGEX REPLACE "\." "," GRN_VERSION_RC "${GRN_VERSION}")
+string(REGEX REPLACE "\\." "," GRN_VERSION_RC "${GRN_VERSION}")
 
 include(CheckIncludeFile)
 include(CheckFunctionExists)
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index