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 FetchContent_Populate deprecated warning message #5

Open
ypujante opened this issue Oct 7, 2024 · 0 comments
Open

Fix FetchContent_Populate deprecated warning message #5

ypujante opened this issue Oct 7, 2024 · 0 comments

Comments

@ypujante
Copy link
Member

ypujante commented Oct 7, 2024

When compiling with a recent version of CMake, the following warning is issued

CMake Warning (dev) at /Applications/CMake.app/Contents/share/cmake-3.30/Modules/FetchContent.cmake:1953 (message):
  Calling FetchContent_Populate(re-logging) is deprecated, call
  FetchContent_MakeAvailable(re-logging) instead.  Policy CMP0169 can be set
  to OLD to allow FetchContent_Populate(re-logging) to be called directly for
  now, but the ability to call it with declared details will be removed
  completely in a future version.
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

No branches or pull requests

1 participant