Skip to content
  • Ben Boeckel's avatar
    windows: compile the vtkpython.rc file separately · a701e9c0
    Ben Boeckel authored
    On Windows, if a build tree has a long path, the command line length
    limit can be exceeded. This is normally handled by using response files
    to store the command line arguments rather than passing them directly.
    Unfortunately, CMake does not support this for RC files. To address
    this, compile the rc file separately.
    
    Change-Id: Ie91e9578c6cf41f7386b914e408c6369c733117f
    a701e9c0