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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
blender
blender-embree3
Commits
368c581d
Commit
368c581d
authored
7 years ago
by
Campbell Barton
Browse files
Options
Downloads
Patches
Plain Diff
CMake: disable boost for lite builds
parent
2a9f0008
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build_files/cmake/config/blender_lite.cmake
+1
-1
1 addition, 1 deletion
build_files/cmake/config/blender_lite.cmake
with
1 addition
and
1 deletion
build_files/cmake/config/blender_lite.cmake
+
1
−
1
View file @
368c581d
...
...
@@ -9,6 +9,7 @@ set(WITH_INSTALL_PORTABLE ON CACHE BOOL "" FORCE)
set
(
WITH_SYSTEM_GLEW ON CACHE BOOL
""
FORCE
)
set
(
WITH_ALEMBIC OFF CACHE BOOL
""
FORCE
)
set
(
WITH_BOOST OFF CACHE BOOL
""
FORCE
)
set
(
WITH_BUILDINFO OFF CACHE BOOL
""
FORCE
)
set
(
WITH_BULLET OFF CACHE BOOL
""
FORCE
)
set
(
WITH_CODEC_AVI OFF CACHE BOOL
""
FORCE
)
...
...
@@ -54,4 +55,3 @@ set(WITH_RAYOPTIMIZATION OFF CACHE BOOL "" FORCE)
set
(
WITH_SDL OFF CACHE BOOL
""
FORCE
)
set
(
WITH_X11_XINPUT OFF CACHE BOOL
""
FORCE
)
set
(
WITH_X11_XF86VMODE OFF CACHE BOOL
""
FORCE
)
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