Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support relative paths when prebuilding dependencies with CMake (#1174)
**Issue:** When aws-crt-java started prebuilding AWS-LC, the release pipeline broke due to a relative path being passed to CMake (see: awslabs/aws-crt-java#851) Since the AwsPrebuildDependency changed the working directory while running CMake, the relative path became invalid. **Description of changes:** Instead of changing the working directory while running CMake, use the `-B<path-to-build>` option (which exists prior to CMake 3.13 even though it's not documented, note that it's a bit weird pre-3.13 with no space after the B))
- Loading branch information