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
Eg
$cmake -DCMAKE_PREFIX_PATH=/usr ..
its ignored ....
-- Libraries will be installed in /usr/local/lib64
-- Header files will be installed in /usr/local/include
-- Binaries will be installed in /usr/local/bin
-- Man pages will be installed in /usr/local/share/man
how to get it into /usr/lib64 or indeed anything else?
on reading the cmakelists.txt lines..
message (STATUS "Libraries will be installed in ${CMAKE_INSTALL_FULL_LIBDIR}")
guess what ? -DCMAKE_INSTALL_FULL_LIBDIR=whatever
don't work either!!!
using cmake version 3.21.3
The text was updated successfully, but these errors were encountered:
Eg
$cmake -DCMAKE_PREFIX_PATH=/usr ..
its ignored ....
-- Libraries will be installed in /usr/local/lib64
-- Header files will be installed in /usr/local/include
-- Binaries will be installed in /usr/local/bin
-- Man pages will be installed in /usr/local/share/man
how to get it into /usr/lib64 or indeed anything else?
on reading the cmakelists.txt lines..
message (STATUS "Libraries will be installed in ${CMAKE_INSTALL_FULL_LIBDIR}")
guess what ? -DCMAKE_INSTALL_FULL_LIBDIR=whatever
don't work either!!!
using cmake version 3.21.3
The text was updated successfully, but these errors were encountered: