Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Fix FetchContent_Populate deprecated warning message #5

Description

@ypujante

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions