Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
17
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
cellframe
celllframe-node
Merge requests
!183
bugs-4503
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
bugs-4503
bugs-4503
into
develop
Overview
0
Commits
7
Pipelines
0
Changes
69
Closed
Roman Khlopkov
requested to merge
bugs-4503
into
develop
4 years ago
Overview
0
Commits
7
Pipelines
0
Changes
2
Expand
[*] New chain syncro order
👍
0
👎
0
Merge request reports
Viewing commit
94e7ef4c
Prev
Next
Show latest version
2 files
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
94e7ef4c
[*] Conflicts resolving
· 94e7ef4c
Roman Khlopkov
authored
4 years ago
CMakeLists.txt
+
3
−
3
Options
@@ -7,8 +7,8 @@ set(CMAKE_C_STANDARD 11)
# Predefine project
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 4
)
SET
(
CPACK_PACKAGE_VERSION_MINOR
0
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
50
)
SET
(
CPACK_PACKAGE_VERSION_MINOR
1
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
2
)
# init CellFrame SDK
add_definitions
(
"-DDAP_VERSION=
\"
${
CPACK_PACKAGE_VERSION_MAJOR
}
\"
"
)
@@ -16,7 +16,7 @@ set(SUBMODULES_NO_BUILD ON)
set
(
SUPPORT_PYTHON_PLUGINS ON
)
if
(
NOT WIN32
)
set
(
CELLFRAME_MODULES
"core chains mining network srv cs-dag-poa cs-dag-pos cs-none srv-app srv-app-db srv-datum srv-xchange srv-stake modules-dynamic srv-vpn"
)
set
(
CELLFRAME_MODULES
"core chains mining network srv
cs-block cs-block-poa
cs-dag-poa cs-dag-pos cs-none srv-app srv-app-db srv-datum srv-xchange srv-stake modules-dynamic srv-vpn"
)
else
()
set
(
CELLFRAME_MODULES
"core chains mining network srv cs-dag-poa cs-dag-pos cs-none srv-app srv-app-db srv-datum srv-xchange srv-stake modules-dynamic"
)
endif
()
Loading