jt2594838 commented on code in PR #434: URL: https://github.com/apache/tsfile/pull/434#discussion_r1988240565
########## cpp/src/parser/CMakeLists.txt: ########## @@ -22,4 +22,5 @@ file(GLOB_RECURSE PARSER_SRC_LIST "*.cpp") add_library(parser_obj OBJECT ${PARSER_SRC_LIST}) file(GLOB_RECURSE HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/*.h") -copy_to_dir(${HEADERS}) \ No newline at end of file +SET(PARENT "parser_obj") Review Comment: Removed. -- 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: notifications-unsubscr...@tsfile.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org