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
VTK
VTK-m
Commits
dc5a50c1
Commit
dc5a50c1
authored
Dec 13, 2022
by
Tushar Athawale
Browse files
README: Updated VTK-m example for vtkm 2.0.0
parent
83e5557b
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
dc5a50c1
...
...
@@ -132,10 +132,10 @@ and then build. Here are some example *nix commands for the process
(individual commands may vary).
```
sh
$
tar
xvzf ~/Downloads/vtk-m-v
1.9
.0.tar.gz
$
tar
xvzf ~/Downloads/vtk-m-v
2.0
.0.tar.gz
$
mkdir
vtkm-build
$
cd
vtkm-build
$
cmake-gui ../vtk-m-v
1.9
.0
$
cmake-gui ../vtk-m-v
2.0
.0
$
cmake
--build
-j
.
# Runs make (or other build program)
```
...
...
@@ -246,9 +246,9 @@ project(VTKmDemo CXX)
#Find the VTK-m package
find_package(VTKm REQUIRED QUIET)
if(TARGET vtkm
_
rendering)
if(TARGET vtkm
::
rendering)
add_executable(Demo Demo.cxx)
target_link_libraries(Demo PRIVATE vtkm
_
filter vtkm
_
rendering vtkm
_
source)
target_link_libraries(Demo PRIVATE vtkm
::
filter vtkm
::
rendering vtkm
::
source)
endif()
```
...
...
Tushar Athawale
@athawaletm
mentioned in commit
c30c97d5
·
Dec 13, 2022
mentioned in commit
c30c97d5
mentioned in commit c30c97d551ed0388dba6b149c803f18fa5f89fde
Toggle commit list
Vicente Bolea
💬
@vbolea
mentioned in commit
d5a0b2ff
·
Dec 15, 2022
mentioned in commit
d5a0b2ff
mentioned in commit d5a0b2ffddff8b965379984b7be138807c189b75
Toggle commit list
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