Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CAMP
campvis-public
Commits
97a051c5
Commit
97a051c5
authored
Aug 13, 2013
by
Christian Schulte zu Berge
Browse files
Fixed CMake file for TBB
parent
5bb9ccba
Changes
1
Show whitespace changes
Inline
Side-by-side
cmake/FindTBB.cmake
View file @
97a051c5
...
@@ -52,7 +52,7 @@ ELSE (WIN32)
...
@@ -52,7 +52,7 @@ ELSE (WIN32)
)
)
FIND_LIBRARY
(
FIND_LIBRARY
(
TBB_LIBRARY
TBB_LIBRARY
NAMES TBB libtbb
NAMES TBB libtbb
.so
PATHS
${
TbbDirectory
}
/lib /usr/lib64 /usr/lib /usr/local/lib64 /usr/local/lib /sw/lib /opt/local/lib
PATHS
${
TbbDirectory
}
/lib /usr/lib64 /usr/lib /usr/local/lib64 /usr/local/lib /sw/lib /opt/local/lib
DOC
"The TBB library"
DOC
"The TBB library"
)
)
...
...
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