Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cellframe-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
16
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
cellframe-sdk
Merge requests
!200
bugs-4503
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
bugs-4503
bugs-4503
into
master
Overview
0
Commits
14
Pipelines
3
Changes
46
Closed
Roman Khlopkov
requested to merge
bugs-4503
into
master
4 years ago
Overview
0
Commits
14
Pipelines
3
Changes
1
Expand
[*] New chain syncro order
👍
0
👎
0
Merge request reports
Viewing commit
0e0759a6
Prev
Next
Show latest version
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
0e0759a6
Update CMakeLists.txt
· 0e0759a6
dmitriy.gerasimov
authored
4 years ago
CMakeLists.txt
+
1
−
1
Options
@@ -2,7 +2,7 @@ project(cellframe-sdk C)
@@ -2,7 +2,7 @@ project(cellframe-sdk C)
cmake_minimum_required
(
VERSION 2.8
)
cmake_minimum_required
(
VERSION 2.8
)
set
(
CMAKE_C_STANDARD 11
)
set
(
CMAKE_C_STANDARD 11
)
set
(
CELLFRAME_SDK_NATIVE_VERSION
"2.
6
-1"
)
set
(
CELLFRAME_SDK_NATIVE_VERSION
"2.
5
-1
8
"
)
add_definitions
(
"-DCELLFRAME_SDK_VERSION=
\"
${
CELLFRAME_SDK_NATIVE_VERSION
}
\"
"
)
add_definitions
(
"-DCELLFRAME_SDK_VERSION=
\"
${
CELLFRAME_SDK_NATIVE_VERSION
}
\"
"
)
set
(
DAPSDK_MODULES
""
)
set
(
DAPSDK_MODULES
""
)
Loading