summaryrefslogtreecommitdiff
path: root/Modules/ExternalProject/customcommand.cmake.in
blob: d41f31b83ecc9c61470d7552c59b2b5ca9d5aa40 (plain)
1
2
3
4
5
6
7
8

execute_process(
  COMMAND @this_command@
  WORKING_DIRECTORY "@work_dir@"
  RESULT_VARIABLE result
  ${capture_output}
)
_ep_command_check_result(result)