Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dapcash-node
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
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
Show more breadcrumbs
DapCash
dapcash-node
Commits
3d7c24c6
Commit
3d7c24c6
authored
4 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[+] libmdbx is used only if BUILD_WITH_GDB_DRIVER_MDBX=True in cmake
parent
a066de23
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#7099
passed with stages
Stage: analyze
Stage: build
in 6 minutes and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+3
-1
3 additions, 1 deletion
CMakeLists.txt
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
with
4 additions
and
2 deletions
CMakeLists.txt
+
3
−
1
View file @
3d7c24c6
...
...
@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 4
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 3
)
SET
(
CPACK_PACKAGE_VERSION_PATCH 1
2
)
SET
(
CPACK_PACKAGE_VERSION_PATCH 1
3
)
#
# init CellFrame SDK
...
...
@@ -23,7 +23,9 @@ else()
set
(
CELLFRAME_MODULES
"core chains mining network srv cs-blocks cs-dag-poa cs-block-poa cs-dag-pos cs-none srv-app srv-app-db srv-datum srv-stake srv-xchange modules-dynamic"
)
endif
()
if
(
BUILD_WITH_GDB_DRIVER_MDBX
)
add_subdirectory
(
3rdparty/libmdbx
)
endif
()
include
(
cellframe-sdk/cmake/OS_Detection.cmake
)
add_subdirectory
(
cellframe-sdk
)
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
4c726c75
Compare
517127cd
...
4c726c75
Subproject commit
517127cddb3be34894599c4a0c4c1b5685fca156
Subproject commit
4c726c759a16aa2bb86e020b712211709f6aa092
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