Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
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
Dmitry Puzyrkov
celllframe-node
Commits
a3bf008d
Commit
a3bf008d
authored
4 years ago
by
Constantin Papizh
Browse files
Options
Downloads
Patches
Plain Diff
Another CMakeLists update
parent
766b6ef4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
with
2 additions
and
2 deletions
CMakeLists.txt
+
1
−
1
View file @
a3bf008d
...
...
@@ -280,7 +280,6 @@ endif()
if
(
UNIX AND NOT WIN32
)
set_property
(
TARGET
${
PROJECT_NAME
}
APPEND_STRING PROPERTY LINK_FLAGS
"-D_GNU_SOURCE"
)
add_definitions
(
"-DDAP_SUPPORT_PYTHON_PLUGINS"
)
set
(
NODE_LIBRARIES
cellframe-sdk
)
...
...
@@ -299,6 +298,7 @@ if(UNIX AND NOT WIN32)
)
if
(
SUPPORT_PYTHON_PLUGINS
)
add_definitions
(
"-DDAP_SUPPORT_PYTHON_PLUGINS"
)
set
(
CMAKE_C_FLAGS
"
${
CMAKE_C_FLAGS
}
-DDAP_SUPPORT_PYTHON_PLUGINS"
)
message
(
"Build with support python plugins"
)
set
(
Python_ADDITIONAL_VERSION 3.7 3.6 3.5 3.4
)
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
878e93c3
Compare
0f906e8a
...
878e93c3
Subproject commit
0f906e8ade67861859fd7e2bb8d0109490f0931e
Subproject commit
878e93c356517f7bbfdc772ed4807cfa9845509b
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