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

Merge branch 'dev' into f-move-entity

parents 6583f355 f85d05ed
No related branches found
No related tags found
1 merge request!27F move entity
Pipeline #14793 passed
Pipeline: caosdb-cppinttest

#14797

    ...@@ -74,6 +74,13 @@ dependencies. ...@@ -74,6 +74,13 @@ dependencies.
    Depending on the clang version it might be necessary to use additionally the following flag: Depending on the clang version it might be necessary to use additionally the following flag:
    `-DCMAKE_CXX_FLAGS="-Wno-unused-parameter"` `-DCMAKE_CXX_FLAGS="-Wno-unused-parameter"`
    #### conan uses outdated cppstd during install
    If you experience compiler errors during a `conan install` process due
    to, e.g., `std::string_view` being unavailable, try specifying the cpp
    standard manually by `conan install .. [other options] -s
    "compiler.cppstd=17"`.
    ## Unit Tests ## Unit Tests
    ### Build ### Build
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment