Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libdap-client
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
cellframe
libdap-client
Commits
157d0772
Commit
157d0772
authored
6 years ago
by
armatusmiles
Browse files
Options
Downloads
Patches
Plain Diff
[*] Fix build errors
parent
8a25a034
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+3
-2
3 additions, 2 deletions
CMakeLists.txt
libdap-server
+1
-1
1 addition, 1 deletion
libdap-server
libdap-server-core
+1
-1
1 addition, 1 deletion
libdap-server-core
with
5 additions
and
4 deletions
CMakeLists.txt
+
3
−
2
View file @
157d0772
...
...
@@ -3,13 +3,14 @@ project (dap_client)
set
(
CMAKE_C_STANDARD 11
)
if
(
BUILD_LIB_DAP_CLIENT_TESTS
)
enable_testing
()
if
(
NOT
(
${
SUBMODULES_NO_BUILD
}
MATCHES ON
))
add_subdirectory
(
libdap
)
add_subdirectory
(
libdap-server-core
)
add_subdirectory
(
libdap-server
)
add_subdirectory
(
libdap-stream
)
add_subdirectory
(
libdap-stream-ch
)
enable_testing
()
add_subdirectory
(
test
)
endif
()
...
...
This diff is collapsed.
Click to expand it.
libdap-server
@
b9e00d68
Compare
9bd34bfe
...
b9e00d68
Subproject commit
9bd34bfe22d43d0b9244d033d6ab0c67552412cc
Subproject commit
b9e00d688081526e165a1b72b46640dc333fbcb1
This diff is collapsed.
Click to expand it.
libdap-server-core
@
edf554c7
Compare
a6d32089
...
edf554c7
Subproject commit
a6d3208969d258a05c1d5435c22869a95ee93fd8
Subproject commit
edf554c77e05146aee6a90a6a15fab28ba38b626
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