Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plugin-PropertyVis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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
OpenFlipper-Free
Plugin-PropertyVis
Merge requests
!10
Always enable -DOVM_FORCE_STATIC_CAST on MacOS (see OpenFlipper/OpenFlipper-Free!136)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Always enable -DOVM_FORCE_STATIC_CAST on MacOS (see OpenFlipper/OpenFlipper-Free!136)
ovm-apple-workaround
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Martin Heistermann
requested to merge
ovm-apple-workaround
into
master
6 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Without this workaround, propvis is not usable for OVM meshes on MacOS.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
618d83fd
1 commit,
6 years ago
1 file
+
7
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
CMakeLists.txt
+
7
−
0
Options
include
(
plugin
)
if
(
APPLE
)
# actually we currently need this for any libc++ platform
# compare issue 136:
# https://www.graphics.rwth-aachen.de:9000/OpenFlipper-Free/OpenFlipper-Free/issues/136
add_definitions
(
-DOVM_FORCE_STATIC_CAST
)
endif
()
openflipper_plugin
(
INSTALLDATA Icons
DIRS OpenMesh OpenVolumeMesh Widgets ScriptObjects
DEPS OpenMesh
Loading