Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-cpplib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-cpplib
Commits
e4795781
Commit
e4795781
authored
8 months ago
by
Joscha Schmiedt
Browse files
Options
Downloads
Patches
Plain Diff
Remove GRPC_GENERATED from ccaosdb
Linking against caosdb should achieve the same.
parent
be5fe7b1
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!61
Release 0.3.0
,
!48
Fix compilation errors on Windows
Pipeline
#54310
passed with warnings
8 months ago
Stage: info
Stage: setup
Stage: test
Stage: deploy
Pipeline: caosdb-julialib
#54318
Pipeline: CaosDB Octave library
#54317
Pipeline: caosdb-cppinttest
#54314
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+1
-4
1 addition, 4 deletions
CMakeLists.txt
with
1 addition
and
4 deletions
CMakeLists.txt
+
1
−
4
View file @
e4795781
...
...
@@ -178,12 +178,9 @@ target_include_directories(caosdb PUBLIC
$<INSTALL_INTERFACE:include>
)
# libccaosdb
# ----------
add_library
(
ccaosdb SHARED src/ccaosdb.cpp
${
GRPC_GENERATED
}
)
add_library
(
ccaosdb SHARED src/ccaosdb.cpp
)
target_link_libraries
(
ccaosdb
gRPC::grpc gRPC::grpc++ protobuf::libprotobuf
${
Boost_LIBRARIES
}
${
LIBCAOSDB
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment