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
14
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
Commits
522a0ce0
Commit
522a0ce0
authored
4 years ago
by
Roman Khlopkov
🔜
Browse files
Options
Downloads
Plain Diff
Merge branch 'features-3975' of gitlab.demlabs.net:cellframe/cellframe-node into features-3975
Keep up-to-date
parents
fd5d20d4
21ecfcde
No related branches found
No related tags found
1 merge request
!145
features-3975+3977
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
with
3 additions
and
3 deletions
CMakeLists.txt
+
2
−
2
View file @
522a0ce0
...
...
@@ -16,9 +16,9 @@ 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-
vpn srv-xchange
"
)
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 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"
)
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
"
)
endif
()
include
(
cellframe-sdk/cmake/OS_Detection.cmake
)
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
657bd2c7
Compare
44448a4a
...
657bd2c7
Subproject commit
44448a4a2e0f37d33980f40305be5992ea9b0d7
e
Subproject commit
657bd2c7656614f45591b0886186a07757734c2
e
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