Skip to content

main/cmake: change default lib64 to lib

David Demelier requested to merge markand/aports:change-cmake into master

As discussed on IRC and was considered as a good idea, my proposal is to change the default lib location in CMake which is set to lib64 but we don't use this library directory on Alpine.

As such it benefits:

  1. Installation by hand of user programs based on CMake won't clutter the lib64 directory by default leading in a poor user experience as the program may not work correctly.
  2. APKBUILDs won't require -DCMAKE_INSTALL_LIBDIR=lib by default anymore.
Edited by David Demelier

Merge request reports