[Groonga-commit] groonga/groonga at e40ce48 [master] mrb: add EXTRA_DIST to suppress CMP0014 warning

Back to archive index

cosmo0920 null+****@clear*****
Sun Sep 14 13:17:49 JST 2014


cosmo0920	2014-09-14 13:17:49 +0900 (Sun, 14 Sep 2014)

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

  Merged 2e44b0a: Merge pull request #201 from cosmo0920/suppress-cmp0014

  Message:
    mrb: add EXTRA_DIST to suppress CMP0014 warning
    
    following warning generates building mariadb bundled Mroonga nightly package:
    
    ```log
    CMake Warning (dev) at
    storage/mroonga/vendor/groonga/vendor/CMakeLists.txt:16
    (add_subdirectory):
      The source directory
    
      C:/jw/workspace/dmb/powershell/work/source/storage/mroonga/vendor/groonga/vendor/mruby
    
      does not contain a CMakeLists.txt file.
    
      CMake does not support this case but it used to work
      accidentally and is
      being allowed for compatibility.
    
      Policy CMP0014 is not set: Input directories must have CMakeLists.txt. Run
      "cmake --help-policy CMP0014" for policy details.  Use the cmake_policy
      command to set the policy and suppress this warning.
      This warning is for project developers.  Use -Wno-dev to suppress it.
    ```

  Modified files:
    vendor/Makefile.am

  Modified: vendor/Makefile.am (+2 -1)
===================================================================
--- vendor/Makefile.am    2014-09-13 22:09:59 +0900 (77ab6b3)
+++ vendor/Makefile.am    2014-09-14 13:17:49 +0900 (334b6fd)
@@ -7,7 +7,8 @@ SUBDIRS =					\
 EXTRA_DIST =					\
 	$(NGINX_DIR)				\
 	CMakeLists.txt				\
-	plugins/CMakeLists.txt
+	plugins/CMakeLists.txt			\
+	mruby/CMakeLists.txt
 
 dist-hook:
 	GIT_DIR=$(srcdir)/mruby-source/.git git archive --format=tar HEAD | \
-------------- next part --------------
HTML����������������������������...
下載 



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