Put JOB_POOL after comments

This commit is contained in:
Michael Nosov 2021-10-08 15:32:21 +03:00
parent 15c98bbf8c
commit a8fc4c64e5

View File

@ -42,9 +42,9 @@ if (paddlepaddle_FOUND)
${GEN_SCRIPT} ${GEN_SCRIPT}
${TEST_PADDLE_MODELS} ${TEST_PADDLE_MODELS}
${OUT_DONE_FILE} ${OUT_DONE_FILE}
DEPENDS ${GEN_WRAPPER} ${GEN_SCRIPT} DEPENDS ${GEN_WRAPPER} "${GEN_SCRIPT}"
JOB_POOL four_jobs COMMENT "Running ${FILE_WE}.py to generate PDPD model"
COMMENT "Running ${FILE_WE}.py to generate PDPD model") JOB_POOL four_jobs)
endforeach() endforeach()
add_custom_target(paddlepaddle_test_models DEPENDS ${OUT_FILES}) add_custom_target(paddlepaddle_test_models DEPENDS ${OUT_FILES})