Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cmake): fix PyTorch_LIBRARY_PATH (deepmodeling#3890)
The previous `PyTorch_LIBRARY_PATH` in deepmodeling#3636 is wrong: `BACKEND_INCLUDE_DIRS` is a list of paths instead of a single path. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Refactor** - Improved the method for retrieving the PyTorch library path during the build process to enhance configuration accuracy. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Jinzhe Zeng <[email protected]>
- Loading branch information