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

Fix CMakeLists for using geogram as a dependency #8

Merged
merged 1 commit into from
May 22, 2022

Conversation

FabienPean
Copy link
Contributor

GEOGRAM_PATH is not defined anywhere else in the project. This fix allows headers to be found by top-level project using geogram as a direct CMake dependency via FetchContent.

PROJECT_SOURCE_DIR
This is the source directory of the last call to the project() command made in the current directory scope or one of its parents.

To allow headers to be found by top-level project using geogram as a direct CMake dependency via FetchContent
@BrunoLevy BrunoLevy merged commit b4c1d64 into BrunoLevy:main May 22, 2022
@FabienPean FabienPean deleted the patch-1 branch May 22, 2022 17:27
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.

2 participants