[vtk-developers] MySQL module not exported by v6.3.0

David Thompson david.thompson at kitware.com
Mon Nov 16 11:59:06 EST 2015


Hi Schuyler,

> I'm working on a project that uses vtk as part of a superbuild. I'm currently pulling the repo at the tag v6.3.0 and I'm running into a problem. The FindMySQL.cmake file is not getting placed in the install folder for some reason. I've looked through the build files and I can't find an option to install the file. Is this a known issue/is there a way to fix this? 

I don't think VTK installs any of the CMake/FindXXX.cmake scripts from its source directory. I'm not sure how amenable people are to having them installed or not, but your superbuild could patch VTK/CMakeLists.txt to install FindMySQL.cmake, perhaps to VTK_MODULES_DIR.

	David


More information about the vtk-developers mailing list