Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ITAConvolution
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Institute of Technical Acoustics (ITA)
ITAConvolution
Commits
4a5232f2
Commit
4a5232f2
authored
3 years ago
by
Pascal Palenda
Browse files
Options
Downloads
Patches
Plain Diff
Use the global output folder variables for tbb output folders
parent
fddd3469
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
external_libs/CMakeLists.txt
+3
-3
3 additions, 3 deletions
external_libs/CMakeLists.txt
with
3 additions
and
3 deletions
external_libs/CMakeLists.txt
+
3
−
3
View file @
4a5232f2
...
...
@@ -28,13 +28,13 @@ if (tbb_ADDED)
if
(
WIN32
)
set_target_properties
(
tbb tbbmalloc tbbmalloc_proxy PROPERTIES RUNTIME_OUTPUT_DIRECTORY
${
CMAKE_
BINARY_DIR
}
/bin
tbb tbbmalloc tbbmalloc_proxy PROPERTIES RUNTIME_OUTPUT_DIRECTORY
${
CMAKE_
RUNTIME_OUTPUT_DIRECTORY
}
)
set_target_properties
(
tbb tbbmalloc tbbmalloc_proxy PROPERTIES ARCHIVE_OUTPUT_DIRECTORY
${
CMAKE_
BINARY_DIR
}
/lib
tbb tbbmalloc tbbmalloc_proxy PROPERTIES ARCHIVE_OUTPUT_DIRECTORY
${
CMAKE_
ARCHIVE_OUTPUT_DIRECTORY
}
)
set_target_properties
(
tbb tbbmalloc tbbmalloc_proxy PROPERTIES LIBRARY_OUTPUT_DIRECTORY
${
CMAKE_
BINARY_DIR
}
/lib
tbb tbbmalloc tbbmalloc_proxy PROPERTIES LIBRARY_OUTPUT_DIRECTORY
${
CMAKE_
LIBRARY_OUTPUT_DIRECTORY
}
)
endif
()
endif
()
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