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
1
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
624ffcd8
Commit
624ffcd8
authored
5 years ago
by
alexey.stratulat
Browse files
Options
Downloads
Patches
Plain Diff
[-] Deleted defines NODE_NETNAME, DAP_APP_NAME
parent
37023663
Branches
feature-2236
Branches containing commit
No related tags found
1 merge request
!6
Bugs 2846
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
with
4 additions
and
2 deletions
.gitignore
+
2
−
0
View file @
624ffcd8
build/
testdir/
*.text
_skbuild/
dist/
CellFrame.egg-info/
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
2
−
2
View file @
624ffcd8
...
...
@@ -11,8 +11,8 @@ if (UNIX)
endif
()
add_definitions
(
"-DDAP_LOG_MT"
)
add_definitions
(
"-DNODE_NETNAME=
\"
cellframe
\"
"
)
add_definitions
(
"-DDAP_APP_NAME=
\"
pythonCellframe
\"
"
)
#
add_definitions("-DNODE_NETNAME=\"cellframe\"")
#
add_definitions("-DDAP_APP_NAME=\"pythonCellframe\"")
add_subdirectory
(
libdap
)
target_compile_options
(
dap_core PRIVATE
"-fpic"
)
...
...
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