Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
ITAConvolution
Commits
d88ff3d4
Commit
d88ff3d4
authored
Aug 27, 2021
by
Pascal Palenda
Browse files
Refine the download of TBB
parent
a1e93eb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
external_libs/CMakeLists.txt
View file @
d88ff3d4
...
...
@@ -12,11 +12,15 @@ endif (NOT (EXISTS ${CPM_DOWNLOAD_LOCATION}))
include
(
${
CPM_DOWNLOAD_LOCATION
}
)
if
(
TBB_DIR
)
unset
(
TBB_DIR CACHE
)
endif
()
CPMAddPackage
(
NAME tbb
GITHUB_REPOSITORY oneapi-src/oneTBB
GIT_TAG v2021.3.0
OPTIONS
"TBB_TEST OFF"
"TBBMALLOC_BUILD OFF"
OPTIONS
"TBB_TEST OFF"
"TBBMALLOC_BUILD OFF"
"TBB_FIND_PACKAGE OFF"
)
if
(
tbb_ADDED
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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