customcommand.cmake.in 156 B

12345678
  1. execute_process(
  2. COMMAND @this_command@
  3. WORKING_DIRECTORY "@work_dir@"
  4. RESULT_VARIABLE result
  5. ${capture_output}
  6. )
  7. _ep_command_check_result(result)