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: fix CMAKE_MODULE_PATH assignment using list(APPEND ...) #351

Merged
merged 1 commit into from
Feb 26, 2025

Conversation

dacav
Copy link
Contributor

@dacav dacav commented Feb 26, 2025

Using a list allow the user to specify additional search paths for Find Modules.

Allegedly this might be useful when dealing with uncommon build environments, e.g. when cross compiling

@dacav dacav requested a review from LDVG February 26, 2025 14:44
@dacav dacav mentioned this pull request Feb 26, 2025
Using a list allow the user to specify additional search paths for Find
Modules.

Allegedly this might be useful when dealing with uncommon
build environments, e.g. when cross compiling
@dacav dacav force-pushed the dacav/cmake_append_cmake_module_path branch from a6c5166 to b7bbd41 Compare February 26, 2025 14:50
@dacav
Copy link
Contributor Author

dacav commented Feb 26, 2025

Uh, sorry, forgot to fetch first.

@dacav dacav merged commit b7bbd41 into main Feb 26, 2025
29 checks passed
@dacav dacav deleted the dacav/cmake_append_cmake_module_path branch February 26, 2025 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants