Skip to content
  • Brad King's avatar
    Fix installation when built by CMake 2.4 · 36bb6249
    Brad King authored
    CMake 2.4 generates old-style cmake_install.cmake code including calls
    to the file(INSTALL) command with the COMPONENTS argument.  We need to
    set CMAKE_INSTALL_SELF_2_4 for the whole install tree to prevent the
    command from complaining in this special case.  Previously this was
    needed only in the QtDialog directory, but now it is needed in the
    entire tree.
    36bb6249