Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libdap-client-python
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-python
Compare revisions
b1918f7c8378d1e03e2915565c3764c4a803b2b6 to 74b0829f49a25441856532a6ca416a9596961327
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-client-python
Select target project
No results found
74b0829f49a25441856532a6ca416a9596961327
Select Git revision
Branches
features-2698
master
Swap
Target
cellframe/libdap-client-python
Select target project
cellframe/libdap-client-python
1 result
b1918f7c8378d1e03e2915565c3764c4a803b2b6
Select Git revision
Branches
features-2698
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Vers update
· 74b0829f
Dmitriy A. Gerasimov
authored
5 years ago
74b0829f
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 @
74b0829f
...
...
@@ -76,7 +76,7 @@ endif()
file
(
GLOB CLIENT_PYTHON_SRCS src/*.c
)
file
(
GLOB CLIENT_PYTHON_HEADERS include/*.h
)
set
(
Python_ADDITIONAL_VERSIONS 3.7
)
set
(
Python_ADDITIONAL_VERSIONS 3.7
3.6 3.5 3.4
)
find_package
(
PythonLibs REQUIRED
)
include_directories
(
${
PYTHON_INCLUDE_DIR
}
include/
)
...
...
This diff is collapsed.
Click to expand it.