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
20
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
!325
feature 5343 master
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feature 5343 master
feature-5343-master
into
master
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Dmitriy Naidolinskiy
requested to merge
feature-5343-master
into
master
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
sub update
👍
0
👎
0
Merge request reports
Compare
master
version 1
b7014d10
3 years ago
master (base)
and
latest version
latest version
bab91e46
2 commits,
3 years ago
version 1
b7014d10
1 commit,
3 years ago
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
CMakeLists.txt
+
1
−
1
Options
@@ -9,7 +9,7 @@ set(CMAKE_C_STANDARD 11)
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 5
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 0
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
19
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
20
)
if
(
CMAKE_TARGET_ARCH MATCHES arm
)
SET
(
CPACK_PACKAGE_ARCHITECTURE
"
${
CMAKE_TARGET_ARCH
}
"
)
Loading