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

cmake: use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR #485

Closed
wants to merge 1 commit into from

Conversation

daniestevez
Copy link
Contributor

Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR, since when gnuradio4 is built as a dependency using FetchContent_Declare(), CMAKE_SOURCE_DIR points to the source of the application that depends on gnuradio4 instead of gnuradio4's source.

Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR, since when
gnuradio4 is built as a dependency using FetchContent_Declare(),
CMAKE_SOURCE_DIR points to the source of the application that
depends on gnuradio4 instead of gnuradio4's source.

Signed-off-by: Daniel Estévez <[email protected]>
@daniestevez
Copy link
Contributor Author

Just seen this change is included as part of #484, so disregard this PR. Closing.

@daniestevez daniestevez closed this Dec 9, 2024
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.

1 participant