[Groonga-commit] groonga/groonga at 975d135 [master] cmake: add missing prefix

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Oct 19 14:28:43 JST 2015


Kouhei Sutou	2015-10-19 14:28:43 +0900 (Mon, 19 Oct 2015)

  New Revision: 975d135c687d430f01e6be2392feae665fb03716
  https://github.com/groonga/groonga/commit/975d135c687d430f01e6be2392feae665fb03716

  Message:
    cmake: add missing prefix

  Modified files:
    vendor/mecab/CMakeLists.txt

  Modified: vendor/mecab/CMakeLists.txt (+1 -1)
===================================================================
--- vendor/mecab/CMakeLists.txt    2015-10-19 13:42:46 +0900 (8186380)
+++ vendor/mecab/CMakeLists.txt    2015-10-19 14:28:43 +0900 (fda9064)
@@ -198,7 +198,7 @@ if(GRN_WITH_BUNDLED_MECAB)
     DESTINATION "${MECAB_RELATIVE_NAIST_JDIC_DICT_DIR}")
 
   configure_file("mecabrc.cmake" "mecabrc")
-  install(FILES "mecabrc"
+  install(FILES "${CMAKE_CURRENT_BINARY_DIR}/mecabrc"
     DESTINATION "${CONFIG_DIR}")
 
   configure_file(config.h.cmake "${MECAB_BINARY_DIR}/config.h")
-------------- next part --------------
HTML����������������������������...
Download 



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