Uploaded image for project: 'Qpid Proton'
  1. Qpid Proton
  2. PROTON-2774

Support composite CMake builds

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Incomplete
    • proton-c-0.39.0
    • proton-c-0.40.0
    • build, proton-c
    • None

    Description

      CMake recognizes the notion that project may be either top-level, or included from other projects that intend to depend on it.

      https://cmake.org/cmake/help/latest/variable/PROJECT_IS_TOP_LEVEL.html

      This inclusion is performed either with add_subdirectory() or by FetchContent_MakeAvailable().

      There are several preconditions for this to work

      #. proton must compile cleanly with whatever compile (warning) flags the top-level project sets; I intend to clean proton so that it compiles with qpid-dispatch/skupper-router flags
      #. CMakeLists.txt need to be written to not assume that CMAKE_SOURCE_DIRECTORY corresponds to the currently active project. Use the PROJECT_SOURCE_DIRECTORY and similar variables instead.
      #. targets in CMakeLists.txt must be written so that they can be immediately used by the including projects
      #. tests and other miscellaneous parts of the project should not be enabled when proton is not the top-project

      As an example, the Google Test project supports this kind of composite builds.

      Attachments

        Activity

          People

            jdanek Jiri Daněk
            jdanek Jiri Daněk
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: