VTK_USE_FILE

That worked!! Here are the two key lines in my CMake file for my project “bonezone”

target_link_libraries(bonezone ${Glue} ${VTK_LIBRARIES} ${ITK_LIBRARIES} ${OpenCV_LIBS})
vtk_module_autoinit(TARGETS bonezone MODULES ${VTK_LIBRARIES} )

Many thanks.