Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • CMake CMake
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 4,168
    • Issues 4,168
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 19
    • Merge requests 19
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CMakeCMake
  • CMakeCMake
  • Repository
  • cmake
  • Source
  • cmFindPackageCommand.cxx
Find file BlameHistoryPermalink
  • Daniel Scharrer's avatar
    Teach find_library and find_package to search lib32 paths (#11260) · 896ad251
    Daniel Scharrer authored Jun 10, 2016 and Brad King's avatar Brad King committed Jun 10, 2016
    Add a ``FIND_LIBRARY_USE_LIB32_PATHS`` global property analogous to the
    ``FIND_LIBRARY_USE_LIB64_PATHS`` property.  This helps find commands on
    multilib systems that use ``lib32`` directories and either do not have
    ``lib`` symlinks or point ``lib`` to ``lib64``.
    896ad251