Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Boris Basic
VTK
Commits
05a7a792
Commit
05a7a792
authored
Apr 04, 2016
by
Ben Boeckel
⛰
Browse files
FindTBB: fix typo in comments
parent
b20caa1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMake/FindTBB.cmake
View file @
05a7a792
...
...
@@ -90,7 +90,7 @@ macro(findpkg_finish PREFIX)
endmacro
()
#===============================================
# Generate debug names from given
RELEASE
ease names
# Generate debug names from given
rel
ease names
#===============================================
macro
(
get_debug_names PREFIX
)
foreach
(
i
${${
PREFIX
}}
)
...
...
@@ -110,7 +110,7 @@ macro(getenv_path VAR)
endmacro
()
#===============================================
# Couple a set of
RELEASE
ease AND debug libraries
# Couple a set of
rel
ease AND debug libraries
#===============================================
macro
(
make_library_set PREFIX
)
if
(
${
PREFIX
}
_RELEASE AND
${
PREFIX
}
_DEBUG
)
...
...
Write
Preview
Supports
Markdown
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