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
cmake: CMAKE_INSTALL_PREFIX should be evaluated at install stage
Actually CMAKE_INSTALL_PREFIX variable is not properly escape.
This make cmake_install generated file with hardcoded path and
modifying the $prefix at install stage is not usable.
$> cmake --install . --prefix my_prefix
Could not create symbolic link from
/usr/local/share/man/man3/pcap_datalink_val_to_name.3pcap
Fix this by properly escaping the CMAKE_INSTALL_PREFIX so the variable
is evaluated at install stage.
Signed-off-by: Clément Péron <peron.clem@gmail.com>
0 commit comments