Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libdap-server
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-server
Commits
078d8136
Commit
078d8136
authored
6 years ago
by
Anatolii Kurotych
Browse files
Options
Downloads
Patches
Plain Diff
[*] Fix build error
parent
2fa7225f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+1
-7
1 addition, 7 deletions
CMakeLists.txt
with
1 addition
and
7 deletions
CMakeLists.txt
+
1
−
7
View file @
078d8136
project
(
libdap-server C
)
cmake_minimum_required
(
VERSION 3.0
)
# dependencies #
if
(
NOT
${
SUBMODULES_NO_BUILD
}
MATCHES ON
)
if
(
NOT
(
${
SUBMODULES_NO_BUILD
}
MATCHES ON
))
add_subdirectory
(
libdap
)
add_subdirectory
(
libdap-server-core
)
add_subdirectory
(
libdap-server-udp
)
endif
()
################
if
(
BUILD_LIB_DAP_SERVER_TESTS
)
enable_testing
()
add_subdirectory
(
test
)
endif
()
...
...
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