Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Conan support for cucumber-cpp #246

Closed
jermus67 opened this issue Sep 17, 2021 · 1 comment
Closed

Add Conan support for cucumber-cpp #246

jermus67 opened this issue Sep 17, 2021 · 1 comment
Labels

Comments

@jermus67
Copy link
Contributor

Feature: conan package manager support

  Rule: Using the conan package manager is optional

    Scenario: build cucumber-cpp without conan as package manager
      As a non-conan user
      I want to download and install all cucumber-cpp dependencies manually
      So that I can build and install cucumber-cpp

    Scenario: build cucumber-cpp with conan as package manager
      As a conan user
      I want to use conan to download and install all cucumber-cpp dependencies using conan
      So that I can build and install cucumber-cpp

  Rule: cucumber-cpp can be downloaded and installed as a conan dependency

    Scenario: cucumber-cpp is downloaded and installed as a conan package manager managed dependency
      As a conan-user
      I want to be able to list cucumber-cpp as conan required package
      So that, when building my own application, cucumber-cpp is downloaded and installed by the conan package manager

The implementation of this feature should be based on the following comments from #198 :

The second bullet (adding cucumber-cpp to the conan-center-index) probably does require altering the CMakeLists.txt, but that should be done in such a way that it doesn't affect normal builds. And of course it means adding the proper recipe to the conan-center-index (which can enable the conan-specific additions to the CMakeLists.txt to make cucumber-cpp work as a conan package.

@ursfassler
Copy link
Contributor

Closing it due to old age. Please reopen when you are working on it.

@ursfassler ursfassler closed this as not planned Won't fix, can't repro, duplicate, stale Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants