Skip to content
  • Robert Maynard's avatar
    Namespace VTK's GenerateExportHeader as it differs from CMake's · 44dafc3e
    Robert Maynard authored
    The VTK version of GenerateExportHeader has been modified from the CMake
    official version to include support for adding arbitrary additional information
    through the EXPORT_CODE define. Because of this modification we need to
    namespace all the function calls to make sure that consumers properly call
    our version instead of the CMake official version.
    44dafc3e