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 fetchcontent method deprecated #11827

Open
jonjenssen opened this issue Oct 26, 2024 · 0 comments
Open

CMake fetchcontent method deprecated #11827

jonjenssen opened this issue Oct 26, 2024 · 0 comments
Labels
System Refactoring or build/test system issues. Code improvments not directly affecting the user.

Comments

@jonjenssen
Copy link
Collaborator

[CMake] Calling FetchContent_Populate(openvds) is deprecated, call
[CMake] FetchContent_MakeAvailable(openvds) instead. Policy CMP0169 can be set to
[CMake] OLD to allow FetchContent_Populate(openvds) to be called directly for now,
[CMake] but the ability to call it with declared details will be removed completely
[CMake] in a future version.

@jonjenssen jonjenssen added the System Refactoring or build/test system issues. Code improvments not directly affecting the user. label Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
System Refactoring or build/test system issues. Code improvments not directly affecting the user.
Projects
None yet
Development

No branches or pull requests

1 participant