Ryan19929 commented on code in PR #49519:
URL: https://github.com/apache/doris/pull/49519#discussion_r2041302169


##########
be/CMakeLists.txt:
##########
@@ -239,6 +239,11 @@ install(DIRECTORY
     ${BASE_DIR}/dict/icu/uax29
     DESTINATION ${OUTPUT_DIR}/dict/icu)
 
+
+install(DIRECTORY
+    ${BASE_DIR}/dict/ik
+    DESTINATION ${OUTPUT_DIR}/dict)

Review Comment:
   > DESTINATION ${OUTPUT_DIR}/dict/ik
   
   All dict files are in the `${BASE_DIR}/dict/ik` 
directory(`${BASE_DIR}/dict/ik/*.dict`). Setting `DESTINATION to 
${OUTPUT_DIR}/dict/ik` would result in the path /dict/ik/ik/*.dict.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to