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
Christian Butz
VTK
Commits
b14ef262
Commit
b14ef262
authored
Apr 19, 2011
by
David Partyka
Browse files
Call vtk version of forwarding macro.
parent
fc2b1589
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMake/vtkTargetExportMacros.cmake
View file @
b14ef262
...
...
@@ -9,7 +9,7 @@ ENDMACRO(VTK_ADD_LIBRARY)
MACRO
(
VTK_ADD_EXECUTABLE name
)
if
(
UNIX AND VTK_BUILD_FORWARDING_EXECUTABLES
)
add_executable_with_forwarding
(
VTK_EXE_SUFFIX
${
name
}
${
ARGN
}
)
vtk_
add_executable_with_forwarding
(
VTK_EXE_SUFFIX
${
name
}
${
ARGN
}
)
set_property
(
GLOBAL APPEND PROPERTY VTK_TARGETS
${
name
}
)
else
()
add_executable
(
${
name
}
${
ARGN
}
)
...
...
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