Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
phcerdan
VTK-m
Commits
b658a72a
Commit
b658a72a
authored
Apr 09, 2018
by
Robert Maynard
Browse files
Fix broken VTK-m PyExpander functin
Fixes #216
parent
2ed1bb72
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMake/VTKmWrappers.cmake
View file @
b658a72a
...
...
@@ -38,7 +38,7 @@ function(vtkm_get_kit_name kitvar)
endfunction
(
vtkm_get_kit_name
)
#-----------------------------------------------------------------------------
function
(
vtkm_pyexpander_generated_file
)
function
(
vtkm_pyexpander_generated_file
generated_file_name
)
# If pyexpander is available, add targets to build and check
if
(
PYEXPANDER_FOUND AND PYTHONINTERP_FOUND
)
add_custom_command
(
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment