Skip to content
Snippets Groups Projects
Commit ab7bb600 authored by Rohan Budhiraja's avatar Rohan Budhiraja
Browse files

[wip/simple-humanoid-description] Fedora installs in lib64 for 64bit systems. change to lib

parent 50602549
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,12 @@ DYNAMIC_PLIST_DIRS+= share/doc/simple_humanoid_description
# boost + gcc that don't cohabit well depending on their respective versions
CMAKE_ARGS+= -DCXX_DISABLE_WERROR=yes
CMAKE_ARGS+= -DCXX_DISABLE_WERROR=yes
# Install in lib by default to deal with Fedora systems. TODO: use the cmake install dir variable in depend.mk
CMAKE_ARGS+= -DCMAKE_INSTALL_LIBDIR=lib
# man pages location
CMAKE_ARGS+= -DMANDIR=${PREFIX}/${PKGMANDIR}
# library location
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment