Skip to content
  • Andrew Maclean's avatar
    ENH: Eliminate CMP0020 warning. · 96bc743f
    Andrew Maclean authored
    
    
    Eliminate a warning when building in Windows that relates
      to static linking of Qt executables to qtmain.lib.
    This policy was introduced in CMake version 2.8.11.
    CMake version 2.8.11.2 warns when the policy is not set
      and uses OLD behavior.
    
    This change sets the behaviour to NEW as all the Qt
      executables in VTK link to qtmain.lib.
    
    Change-Id: Ie37e447fda1af40c836da56e6c3f5d5c6ce2b4a1
    Signed-off-by: default avatarAndrew Maclean <andrew.amaclean@gmail.com>
    96bc743f