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

Fixed sql_filelist.cmake relative path issue #4296

Merged
merged 1 commit into from
Oct 30, 2024
Merged

Conversation

dbs4261
Copy link
Contributor

@dbs4261 dbs4261 commented Oct 29, 2024

CMAKE_CURRENT_SOURCE_DIR is relative to the file that includes sql_filelist.cmake not relative to sql_filelist.cmake itself. This allows running the module from other portions of a cmake script, for example in a consuming project with FetchContent.

`CMAKE_CURRENT_SOURCE_DIR` is relative to the file that includes `sql_filelist.cmake` not relative to `sql_filelist.cmake` itself. This allows running the module from other portions of a cmake script, for example in a consuming project with FetchContent.
@rouault rouault added the backport 9.5 Backport to 9.5 branch label Oct 29, 2024
@rouault rouault merged commit 3601b8d into OSGeo:master Oct 30, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 9.5 Backport to 9.5 branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants