AshwiniBokka opened a new pull request, #18747:
URL: https://github.com/apache/tvm/pull/18747
Fixes #17416
Quote path variables in `ExternalProject_Add` to handle spaces in build
paths:
- `SOURCE_DIR "${CMAKE_CURRENT_LIST_DIR}/../../3rdparty/libbacktrace"`
- `BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/libbacktrace"`
- `"--prefix=\"${CMAKE_CURRENT_BINARY_DIR}/libbacktrace\""` (shell escaped)
- `file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/libbacktrace/include")`
Also fixed typo: `LIBBACKTRACE_SRcs` → `LIBBACKTRACE_SRCS`
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]