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
Compare revisions
9b7f274b35bf4e58f5fa1a541daf11184630f554 to 7e971c9190a352b805bf8275e817003c1d34efd1
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
cellframe/libdap-server
Select target project
No results found
7e971c9190a352b805bf8275e817003c1d34efd1
Select Git revision
Swap
Target
cellframe/libdap-server
Select target project
cellframe/libdap-server
1 result
9b7f274b35bf4e58f5fa1a541daf11184630f554
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
CMakeLists updated
· 7e971c91
Constantin Papizh
authored
4 years ago
7e971c91
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
with
1 addition
and
1 deletion
CMakeLists.txt
View file @
7e971c91
project
(
libdap-server C
)
cmake_minimum_required
(
VERSION 3.0
)
if
(
NOT
(
${
SUBMODULES_NO_BUILD
}
MATCHES ON
)
)
if
(
NOT SUBMODULES_NO_BUILD
)
if
(
NOT
(
TARGET dap_core
)
)
add_subdirectory
(
libdap
)
endif
()
...
...
This diff is collapsed.
Click to expand it.