Dobiasd / FunctionalPlus

Functional Programming Library for C++. Write concise and readable C++ code.
http://www.editgym.com/fplus-api-search/
Boost Software License 1.0
2.1k stars 167 forks source link

Remove conan #212

Closed Dobiasd closed 3 years ago

Dobiasd commented 3 years ago

Should all be covered here: https://github.com/conan-io/conan-center-index/tree/master/recipes/functionalplus

Dobiasd commented 3 years ago

@offa You mentioned

It could be a good idea to add a conanfile.txt to supply dependencies when building itself though. Am I right?

How should it look like?

offa commented 3 years ago

@offa You mentioned

It could be a good idea to add a conanfile.txt to supply dependencies when building itself though. Am I right?

How should it look like?

It should contain only the dependencies necessary to build fplus locally, eg.:

[requires]
doctest/2.4.3

[generators]
cmake_find_package
cmake_paths