-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
Description
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)