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
2
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
Merge requests
!29
features-3584
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
features-3584
features-3584
into
master
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Roman Khlopkov
requested to merge
features-3584
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
[-] Sub libdap-plugins-python
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
fbb50e65
1 commit,
4 years ago
2 files
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
modules/plugins/CMakeLists.txt
+
1
−
1
Options
@@ -7,7 +7,7 @@ set(CMAKE_C_STANDARD 11)
add_definitions
(
"-fpic"
)
add_definitions
(
"-DDAP_LOG_MT"
)
#add_subdirectory(python-cellframe)
target_compile_options
(
API_CellFrame PRIVATE
"-fpic"
)
#
target_compile_options(API_CellFrame PRIVATE "-fpic")
if
(
UNIX
)
add_definitions
(
"-DDAP_OS_UNIX"
)
Loading