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
15
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
149f2b2e
Commit
149f2b2e
authored
2 years ago
by
Roman Khlopkov
🔜
Browse files
Options
Downloads
Patches
Plain Diff
[*] Windows optimization
parent
2ac719e4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!974
bugfix-8996
,
!873
Hotfix 8568
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
dap-sdk
+1
-1
1 addition, 1 deletion
dap-sdk
python-cellframe
+1
-1
1 addition, 1 deletion
python-cellframe
with
4 additions
and
4 deletions
CMakeLists.txt
+
1
−
1
View file @
149f2b2e
...
...
@@ -28,7 +28,7 @@ SET(DESTDIR "/opt/${PROJECT_NAME}")
#SET( CPACK_DEBIAN_PACKAGE_ARCHITECTURE "${CMAKE_SYSTEM_PROCESSOR}")
# init CellFrame SDK
add_definitions
(
"-DDAP_VERSION=
\"
${
CPACK_PACKAGE_VERSION_MAJOR
}
-
${
CPACK_PACKAGE_VERSION_MINOR
}
.
${
CPACK_PACKAGE_VERSION_PATCH
}
\"
"
)
add_definitions
(
"-DDAP_VERSION=
\"
${
CPACK_PACKAGE_VERSION_MAJOR
}
.
${
CPACK_PACKAGE_VERSION_MINOR
}
-
${
CPACK_PACKAGE_VERSION_PATCH
}
\"
"
)
set
(
SUBMODULES_NO_BUILD ON
)
include
(
cellframe-sdk/cmake/OS_Detection.cmake
)
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
e4ad4326
Compare
d09c55d1
...
e4ad4326
Subproject commit
d09c55d1989a9b3493885b77e488a0023e9be0a2
Subproject commit
e4ad43268e6783f35719ded4734e92b57a4a80d7
This diff is collapsed.
Click to expand it.
dap-sdk
@
9039cd7c
Compare
6bf8c199
...
9039cd7c
Subproject commit
6bf8c1991e0be9c8e431b34973ac593e29ce9e5
d
Subproject commit
9039cd7c25ac035c1651a14492b90f7a87a82c8
d
This diff is collapsed.
Click to expand it.
python-cellframe
@
66056c82
Compare
9da5d171
...
66056c82
Subproject commit
9da5d171b4eb967fed55849cec73b603abbf5f91
Subproject commit
66056c8219450763d8ea2bb49dbc31d8d71f0a3f
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