Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
blender-embree3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
blender
blender-embree3
Commits
b8112a89
Commit
b8112a89
authored
Jun 11, 2016
by
Brecht Van Lommel
Browse files
Options
Downloads
Patches
Plain Diff
Fix OS X build after Decklink changes, it is not supported yet so don't enable it.
parent
eea89417
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+5
-1
5 additions, 1 deletion
CMakeLists.txt
with
5 additions
and
1 deletion
CMakeLists.txt
+
5
−
1
View file @
b8112a89
...
@@ -229,7 +229,11 @@ option(WITH_BULLET "Enable Bullet (Physics Engine)" ON)
...
@@ -229,7 +229,11 @@ option(WITH_BULLET "Enable Bullet (Physics Engine)" ON)
option
(
WITH_SYSTEM_BULLET
"Use the systems bullet library (currently unsupported due to missing features in upstream!)"
)
option
(
WITH_SYSTEM_BULLET
"Use the systems bullet library (currently unsupported due to missing features in upstream!)"
)
mark_as_advanced
(
WITH_SYSTEM_BULLET
)
mark_as_advanced
(
WITH_SYSTEM_BULLET
)
option
(
WITH_GAMEENGINE
"Enable Game Engine"
${
_init_GAMEENGINE
}
)
option
(
WITH_GAMEENGINE
"Enable Game Engine"
${
_init_GAMEENGINE
}
)
if
(
APPLE
)
set
(
WITH_GAMEENGINE_DECKLINK OFF
)
else
()
option
(
WITH_GAMEENGINE_DECKLINK
"Support BlackMagicDesign DeckLink cards in the Game Engine"
ON
)
option
(
WITH_GAMEENGINE_DECKLINK
"Support BlackMagicDesign DeckLink cards in the Game Engine"
ON
)
endif
()
option
(
WITH_PLAYER
"Build Player"
OFF
)
option
(
WITH_PLAYER
"Build Player"
OFF
)
option
(
WITH_OPENCOLORIO
"Enable OpenColorIO color management"
${
_init_OPENCOLORIO
}
)
option
(
WITH_OPENCOLORIO
"Enable OpenColorIO color management"
${
_init_OPENCOLORIO
}
)
...
...
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