Skip to content
Snippets Groups Projects
Select Git revision
  • da47cc8cb0c3704537eaa94c2765ba10afc08d48
  • main default protected
  • dev protected
  • f-linkahead-rename
  • f-real-id
  • f-filesystem-import
  • f-filesystem-link
  • f-filesystem-directory
  • f-filesystem-core
  • f-filesystem-cleanup
  • f-filesystem-main
  • f-name
  • keep_changes
  • f-permission-checks-2
  • f-mysql8-tests
  • f-retrieve-history
  • t-distinct-parents
  • v8.1.0
  • v8.0.0
  • v7.0.2
  • v7.0.1
  • v7.0.0
  • v6.0.1
  • v6.0.0
  • v5.0.0
  • v4.1.0
  • v4.0.0
  • v3.0
  • v2.0.30
29 results

deleteEntity.sql

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    caosdbConfig.cmake 319 B
    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()