Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libdap-crypto-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-crypto-python
Compare revisions
96563be43c50445e32484bd35922352dccb5e6cb to f417b4bddf62150773c58620d5c3fd31e63910f0
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-crypto-python
Select target project
No results found
f417b4bddf62150773c58620d5c3fd31e63910f0
Select Git revision
Branches
features-2324
master
Swap
Target
cellframe/libdap-crypto-python
Select target project
cellframe/libdap-crypto-python
1 result
96563be43c50445e32484bd35922352dccb5e6cb
Select Git revision
Branches
features-2324
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Vers update
· f417b4bd
Dmitriy A. Gerasimov
authored
5 years ago
f417b4bd
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 @
f417b4bd
...
@@ -28,7 +28,7 @@ endif()
...
@@ -28,7 +28,7 @@ endif()
file
(
GLOB CRYPTO_PYTHON_SRCS src/*.c
)
file
(
GLOB CRYPTO_PYTHON_SRCS src/*.c
)
file
(
GLOB CRYPTO_PYTHON_HEADERS include/*.h
)
file
(
GLOB CRYPTO_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
)
find_package
(
PythonLibs REQUIRED
)
include_directories
(
${
PYTHON_INCLUDE_DIR
}
include/
)
include_directories
(
${
PYTHON_INCLUDE_DIR
}
include/
)
...
...
This diff is collapsed.
Click to expand it.