Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ROOT_DIR variable instead of CMAKE_SOURCE_DIR #1918

Merged
merged 3 commits into from
Sep 25, 2024

Conversation

IdrisCodes
Copy link
Contributor

Issue #1916

Description of changes:
Using CMAKE_SOURCE_DIR breaks everything when the SDK is not the top directory in the source tree.
The SDK's top CMakeLists file defines the ROOT_DIR variable which can be used instead.
This way the SDK can be integrated as a git submodule or using CMake's FetchContent.

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

@IdrisCodes IdrisCodes requested a review from a team as a code owner September 23, 2024 22:12
Signed-off-by: Gaurav Aggarwal <[email protected]>
Signed-off-by: Gaurav Aggarwal <[email protected]>
@aggarg aggarg merged commit fa50223 into aws:main Sep 25, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants