Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Utkarsh Ayachit
ParaView-Superbuild
Commits
bfac28e5
Commit
bfac28e5
authored
Mar 09, 2021
by
Ben Boeckel
⛰
Browse files
tbb: hide from non-x86_64 builds
parent
fd42699d
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
bfac28e5
...
...
@@ -96,7 +96,6 @@ function (superbuild_find_projects var)
rkcommon
silo
szip
tbb
visitbridge
vortexfinder2
vrpn
...
...
@@ -105,6 +104,15 @@ function (superbuild_find_projects var)
zfp
zlib
)
# These projects only support x86_64 processors.
if
(
CMAKE_SYSTEM_PROCESSOR STREQUAL
"x86_64"
OR
CMAKE_SYSTEM_PROCESSOR STREQUAL
"AMD64"
)
# These are publicly available, but are behind logins or license
# acceptances. Rehosted internally at Kitware for build machines.
list
(
APPEND projects
tbb
)
endif
()
if
(
UNIX
)
list
(
APPEND projects
cosmotools
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment