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,169
    • Issues 4,169
    • 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
  • Modules
  • FindProtobuf.cmake
Find file BlameHistoryPermalink
  • Adam Martin's avatar
    FindProtobuf: Search for debug library named with `d` suffix · d9190f33
    Adam Martin authored Oct 10, 2016 and Brad King's avatar Brad King committed Oct 10, 2016
    Protobuf now provides a CMake-based build system that optionally adds a
    suffix to the debug library name [1].  Update our `find_library` call to
    consider names with the default value for this suffix, `d`.
    
    [1] https://github.com/google/protobuf/blob/431cee60/cmake/libprotoc.cmake#L107
    d9190f33