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

WIP: pipeline

parent d9f8d569
No related branches found
No related tags found
No related merge requests found
Pipeline #9595 passed
Pipeline: caosdb-cppinttest

#9596

    ......@@ -15,7 +15,6 @@ install_manifest.txt
    compile_commands.json
    CTestTestfile.cmake
    _deps
    *Config.cmake
    *ConfigVersion.cmake
    ......
    get_filename_component(CAOSDB_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
    include(CMakeFindDependencyMacro)
    find_dependency(Threads REQUIRED)
    find_dependency(Protobuf CONFIG REQUIRED)
    find_dependency(gRPC CONFIG REQUIRED)
    if(NOT TARGET caosdb::caosdb)
    include("${CAOSDB_CMAKE_DIR}/caosdbTargets.cmake")
    endif()
    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