Skip to content

Commit

Permalink
Fix cpp cmakefile issue (#350)
Browse files Browse the repository at this point in the history
Signed-off-by: yibin87 <[email protected]>
  • Loading branch information
yibin87 authored Dec 18, 2024
1 parent 246f911 commit 8408c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ foreach (F ${PROTO_DEFS})
OUTPUT "${PROTO_DEF_TMP_DIR}/${FIL_WE}.proto"
WORKING_DIRECTORY ${PROTO_DEF_DIR}
COMMAND cp ${ABS_FIL} ${PROTO_DEF_TMP_DIR}/${FIL_WE}.proto
COMMAND "${CMAKE_CURRENT_SOURCE_DIR}/../generate-cpp.sh"
COMMAND "${CMAKE_CURRENT_SOURCE_DIR}/../scripts/generate-cpp.sh"
ARGS clean ${PROTO_DEF_TMP_DIR}/${FIL_WE}.proto
DEPENDS ${ABS_FIL}
COMMENT "Generating clean proto file on ${ABS_FIL}"
Expand Down

0 comments on commit 8408c76

Please sign in to comment.