https://github.com/Kitware/CMake
Revision b41ad3b399c591f8f35eaacf056ffd9016b9e0bc authored by Brad King on 08 June 2011, 12:46:31 UTC, committed by Brad King on 08 June 2011, 14:04:44 UTC
Implement support for multiarch as specified here:

  http://wiki.debian.org/Multiarch
  https://wiki.ubuntu.com/MultiarchSpec

Detect the <arch> part of <prefix>/lib/<arch> from the implicit library
search path from each compiler to set CMAKE_<lang>_LIBRARY_ARCHITECTURE.
Define CMAKE_LIBRARY_ARCHITECTURE using one of these values (they should
all be the same).  Teach the find_library and find_package commands to
search <prefix>/lib/<arch> whenever they would search <prefix>/lib.
1 parent 0f939ee
Raw File
Tip revision: b41ad3b399c591f8f35eaacf056ffd9016b9e0bc authored by Brad King on 08 June 2011, 12:46:31 UTC
Teach find_(library|package) about Linux multiarch (#12037)
Tip revision: b41ad3b
CMakeLogo.gif
image
back to top