Skip to content
Snippets Groups Projects
Commit e4795781 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Remove GRPC_GENERATED from ccaosdb

Linking against caosdb should achieve the same.
parent be5fe7b1
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!48Fix compilation errors on Windows
Pipeline #54310 passed with warnings
Pipeline: caosdb-julialib

#54318

    Pipeline: CaosDB Octave library

    #54317

      Pipeline: caosdb-cppinttest

      #54314

        ...@@ -178,12 +178,9 @@ target_include_directories(caosdb PUBLIC ...@@ -178,12 +178,9 @@ target_include_directories(caosdb PUBLIC
        $<INSTALL_INTERFACE:include> $<INSTALL_INTERFACE:include>
        ) )
        # libccaosdb # libccaosdb
        # ---------- # ----------
        add_library(ccaosdb SHARED src/ccaosdb.cpp ${GRPC_GENERATED}) add_library(ccaosdb SHARED src/ccaosdb.cpp)
        target_link_libraries(ccaosdb target_link_libraries(ccaosdb
        gRPC::grpc gRPC::grpc++ protobuf::libprotobuf ${Boost_LIBRARIES} gRPC::grpc gRPC::grpc++ protobuf::libprotobuf ${Boost_LIBRARIES}
        ${LIBCAOSDB} ${LIBCAOSDB}
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment