Skip to content

Fix cmake warning #2474

@lifflander

Description

@lifflander
CMake Warning (dev) at vt/cmake/load_libunwind.cmake:7 (find_package):
  Policy CMP0144 is not set: find_package uses upper-case <PACKAGENAME>_ROOT
  variables.  Run "cmake --help-policy CMP0144" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  CMake variable LIBUNWIND_ROOT is set to:

    /usr

  For compatibility, find_package is ignoring the variable, but code in a
  .cmake module might still use it.
Call Stack (most recent call first):
  vt/cmake/load_packages.cmake:16 (include)
  vt/CMakeLists.txt:63 (include)


cmake_policy(PUSH)
cmake_policy(SET CMP0144 NEW)
cmake_policy(POP)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions