[Groonga-commit] groonga/groonga at 7bed335 [master] cmake: add missing executable suffix

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Oct 18 12:44:15 JST 2015


Kouhei Sutou	2015-10-18 12:44:15 +0900 (Sun, 18 Oct 2015)

  New Revision: 7bed335a73d9ef1f64d3388f96d2043331b3a5cf
  https://github.com/groonga/groonga/commit/7bed335a73d9ef1f64d3388f96d2043331b3a5cf

  Message:
    cmake: add missing executable suffix

  Modified files:
    vendor/mecab/CMakeLists.txt

  Modified: vendor/mecab/CMakeLists.txt (+1 -1)
===================================================================
--- vendor/mecab/CMakeLists.txt    2015-10-18 12:00:55 +0900 (8620516)
+++ vendor/mecab/CMakeLists.txt    2015-10-18 12:44:15 +0900 (8342d45)
@@ -181,7 +181,7 @@ if(GRN_WITH_BUNDLED_MECAB)
     "${CMAKE_CURRENT_BINARY_DIR}/unk.dic")
   add_custom_command(OUTPUT ${MECAB_NAIST_JDIC_BUILD_DATA}
     COMMAND
-    "${CMAKE_CURRENT_BINARY_DIR}/mecab-dict-index"
+    "${CMAKE_CURRENT_BINARY_DIR}/mecab-dict-index${CMAKE_EXECUTABLE_SUFFIX}"
     "--dicdir" "${MECAB_NAIST_JDIC_SOURCE_DIR}"
     "--outdir" "${CMAKE_CURRENT_BINARY_DIR}"
     "--dictionary-charset" "EUC-JP"
-------------- next part --------------
HTML����������������������������...
Download 



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