You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like CMake 3.31 added a new policy CMP0177 regarding install paths:
CMake Warning (dev) at build/Debug/_deps/_project_options-src/src/PackageProject.cmake:194 (install):
Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
"cmake --help-policy CMP0177" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
Call Stack (most recent call first):
CMakeLists.txt:119 (package_project)
This warning is for project developers. Use -Wno-dev to suppress it.
I believe letting CMake normalize the paths should be fine in the context of PackageProject, but I could be wrong.
The text was updated successfully, but these errors were encountered:
Looks like CMake 3.31 added a new policy
CMP0177
regarding install paths:I believe letting CMake normalize the paths should be fine in the context of PackageProject, but I could be wrong.
The text was updated successfully, but these errors were encountered: