[Groonga-commit] groonga/groonga at 0c4137c [master] cmake: remove needless commas

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jul 3 09:25:02 JST 2018


Kouhei Sutou	2018-07-03 09:25:02 +0900 (Tue, 03 Jul 2018)

  New Revision: 0c4137cb60a7824c5f78b3c36c5233884878f595
  https://github.com/groonga/groonga/commit/0c4137cb60a7824c5f78b3c36c5233884878f595

  Message:
    cmake: remove needless commas

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+4 -4)
===================================================================
--- CMakeLists.txt    2018-07-02 18:43:04 +0900 (38f824876)
+++ CMakeLists.txt    2018-07-03 09:25:02 +0900 (255a25d3c)
@@ -1,4 +1,4 @@
-# Copyright(C) 2012-2017 Brazil
+# Copyright(C) 2012-2018 Brazil
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -285,9 +285,9 @@ if(GRN_EMBED)
 endif()
 
 check_struct_has_member(
-  "struct tm",
-  "tm_gmtoff",
-  "include.h",
+  "struct tm"
+  "tm_gmtoff"
+  "include.h"
   HAVE_STRUCT_TM_TM_GMTOFF)
 
 if(UNIX)
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180703/e377c57c/attachment-0001.htm 



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