[Groonga-commit] groonga/groonga at a82f099 [master] cmake: add a missing close quote

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Mar 10 15:36:56 JST 2014


Kouhei Sutou	2014-03-10 15:36:56 +0900 (Mon, 10 Mar 2014)

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

  Message:
    cmake: add a missing close quote

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+1 -1)
===================================================================
--- CMakeLists.txt    2014-03-10 15:12:58 +0900 (a832a46)
+++ CMakeLists.txt    2014-03-10 15:36:56 +0900 (fb7107d)
@@ -114,7 +114,7 @@ set(GRN_RUBY_SCRIPTS_DIR
   "${CMAKE_INSTALL_PREFIX}/${GRN_RELATIVE_RUBY_SCRIPTS_DIR}")
 
 macro(check_cflag flag)
-  set(checking_message "checking for C flag '${flag}")
+  set(checking_message "checking for C flag '${flag}'")
   check_c_compiler_flag(${flag} is_available)
   if(${is_available})
     message(STATUS "${checking_message} - available")
-------------- next part --------------
HTML����������������������������...
Download 



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