Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
python-cellframe
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
3
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
cellframe
python-cellframe
Commits
319de580
Commit
319de580
authored
3 years ago
by
Roman Khlopkov
🔜
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into release-3.0
parents
de6953e3
03235c31
No related branches found
No related tags found
1 merge request
!61
bugs-5311
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 @
319de580
...
@@ -20,9 +20,9 @@ set(SUBMODULES_NO_BUILD ON)
...
@@ -20,9 +20,9 @@ set(SUBMODULES_NO_BUILD ON)
if
(
NOT
(
SUPPORT_PYTHON_PLUGINS
))
if
(
NOT
(
SUPPORT_PYTHON_PLUGINS
))
if
(
NOT
(
WIN32
))
if
(
NOT
(
WIN32
))
set
(
CELLFRAME_MODULES
"core chains network cs-none"
)
set
(
CELLFRAME_MODULES
"core chains network cs-none
srv
"
)
else
()
else
()
set
(
CELLFRAME_MODULES
"core chains network cs-none"
)
set
(
CELLFRAME_MODULES
"core chains network cs-none
srv
"
)
endif
()
endif
()
include
(
cellframe-sdk/cmake/OS_Detection.cmake
)
include
(
cellframe-sdk/cmake/OS_Detection.cmake
)
add_subdirectory
(
cellframe-sdk
)
add_subdirectory
(
cellframe-sdk
)
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
0bd76117
Compare
44f1ac77
...
0bd76117
Subproject commit
44f1ac77cd56e40f0c82703c64db96f87edd74b3
Subproject commit
0bd76117bf28dd4e8e6dd14305c16983d0ce8e21
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