Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
common-superbuild
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
ParaView
common-superbuild
Merge requests
!595
Standalone mesa update
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Standalone mesa update
ben.boeckel/common-superbuild:standalone-mesa-update
into
master
Overview
2
Commits
2
Pipelines
1
Changes
1
Merged
Ben Boeckel
requested to merge
ben.boeckel/common-superbuild:standalone-mesa-update
into
master
1 year ago
Overview
2
Commits
2
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
e5dcd940
2 commits,
1 year ago
1 file
+
12
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
standalone-mesa/CMakeLists.txt
+
12
−
1
Options
@@ -17,8 +17,11 @@ function (superbuild_find_projects var)
osmesa
png
python3
pythonflitcore
pythonmako
pythonmarkupsafe
pythonsetuptools
pythonwheel
sqlite
xz
zlib
)
@@ -78,14 +81,22 @@ function (superbuild_add_packaging)
if
(
mesa_enabled AND UNIX AND NOT APPLE
)
superbuild_add_extra_package_test
(
mesa
"
${
generator
}
"
TIMEOUT 6400
)
if
(
NOT default_target
)
set
(
default_target
"mesa/
${
generator
}
"
)
endif
()
endif
()
if
(
osmesa_enabled AND WIN32
)
superbuild_add_extra_package_test
(
osmesa
"
${
generator
}
"
TIMEOUT 6400
)
if
(
NOT default_target
)
set
(
default_target
"osmesa/
${
generator
}
"
)
endif
()
endif
()
endforeach
()
superbuild_enable_install_target
(
"mesa/
${
default_generator
}
"
)
if
(
default_targt
)
superbuild_enable_install_target
(
"
${
default_target
}
"
)
endif
()
endfunction
()
if
(
UNIX AND NOT APPLE
)
Loading