# # VTK WikiExamples # # To run tests for this module # ctest -L WikiExamples # If the environement var WikiExamplesTag exists, use it if (NOT DEFINED ENV{WikiExamplesTag}) # October 27, 2017 set(GIT_TAG d9c5e56195b33d0313bc4feeabd1f72fd35d2ad4) else() set(GIT_TAG $ENV{WikiExamplesTag}) endif() vtk_fetch_module(WikiExamples "A collection of examples that illustrate how to use VTK." GIT_REPOSITORY https://github.com/lorensen/VTKExamples.git GIT_TAG ${GIT_TAG} )