Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

check for quite mode when vtk-h targets are imported #92

Open
cyrush opened this issue Mar 8, 2019 · 0 comments
Open

check for quite mode when vtk-h targets are imported #92

cyrush opened this issue Mar 8, 2019 · 0 comments

Comments

@cyrush
Copy link
Member

cyrush commented Mar 8, 2019

imported targets are working well, passing though ascent into downstream cmake projects.

One nice bell (maybe its a whistle?) would be to guarding this output:

-- VTKh automatically found VTKM_DIR: /Users/harrison37/Work/alpine/ascent/uberenv_libs/spack/opt/spack/darwin-highsierra-x86_64/clang-9.0.0-apple/vtkm-ascent_ver-y734uckypxt3u264gw4xg2iyjzfbtdxn

with

if(NOT VTKh_FIND_QUIETLY)
....
endif()

so when the QUIET option is passed to find_package, the output is squashed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant