[Groonga-commit] groonga/groonga at 94ae763 [master] cmake: fix include path

Back to archive index

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


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

  New Revision: 94ae7637dc8788025cd23c85b8453578469fc7b3
  https://github.com/groonga/groonga/commit/94ae7637dc8788025cd23c85b8453578469fc7b3

  Message:
    cmake: fix include path

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+1 -1)
===================================================================
--- CMakeLists.txt    2018-07-03 09:25:02 +0900 (255a25d3c)
+++ CMakeLists.txt    2018-07-03 09:43:25 +0900 (1b07e9ef4)
@@ -287,7 +287,7 @@ endif()
 check_struct_has_member(
   "struct tm"
   "tm_gmtoff"
-  "include.h"
+  "time.h"
   HAVE_STRUCT_TM_TM_GMTOFF)
 
 if(UNIX)
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180703/482b0b6b/attachment.htm 



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