[Groonga-commit] groonga/groonga at d41ccf8 [master] cmake: avoid name conflict

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Oct 18 12:45:06 JST 2015


Kouhei Sutou	2015-10-18 12:45:06 +0900 (Sun, 18 Oct 2015)

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

  Message:
    cmake: avoid name conflict

  Modified files:
    vendor/mecab/CMakeLists.txt

  Modified: vendor/mecab/CMakeLists.txt (+1 -0)
===================================================================
--- vendor/mecab/CMakeLists.txt    2015-10-18 12:44:15 +0900 (8342d45)
+++ vendor/mecab/CMakeLists.txt    2015-10-18 12:45:06 +0900 (09b4164)
@@ -160,6 +160,7 @@ if(GRN_WITH_BUNDLED_MECAB)
   add_library(libmecab SHARED ${LIBMECAB_SOURCES})
   set_target_properties(libmecab PROPERTIES OUTPUT_NAME "mecab")
   add_executable(mecab ${MECAB_SOURCES})
+  set_target_properties(mecab PROPERTIES IMPORT_PREFIX "command-")
   target_link_libraries(mecab libmecab)
   add_executable(mecab-dict-index ${MECAB_DICT_INDEX_SOURCES})
   target_link_libraries(mecab-dict-index libmecab)
-------------- next part --------------
HTML����������������������������...
Download 



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