Skip to content
  • Sankhesh Jhaveri's avatar
    Fix module loading for Infovis examples · f67eb6c5
    Sankhesh Jhaveri authored
    The super-directory Examples/Infovis/Cxx was loading required
    VTK modules and including the VTK_USE_FILE.
    Once this file is included, CMake prevents any projects from its
    subdirectories from including it again. This would not let the
    sub-projects from linking to more modules than the main project.
    f67eb6c5