Skip to content
Snippets Groups Projects
Verified Commit 6fc56a7b authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DEPS: make boost bdep (not rdep)

parent 40d7c9eb
No related branches found
No related tags found
2 merge requests!42Release 0.2.0,!39F remove boost rdep
Pipeline #24527 passed with warnings
Pipeline: caosdb-cppinttest

#24536

    ......@@ -14,10 +14,10 @@ class CaosdbConan(ConanFile):
    default_options = {"shared": False, "fPIC": True}
    generators = "cmake"
    requires = [
    ("boost/1.77.0"),
    ("grpc/1.39.1"),
    ]
    build_requires = [
    ("boost/1.77.0"),
    ("gtest/1.11.0"),
    ]
    exports = ("*.cmake", "*CMakeLists.txt", "*.in",
    ......
    ......@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
    ### Changed
    * Removed boost from the headers. Boost is only a build dependency from now on.
    ### Deprecated
    ### Removed
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment