Skip to content
  • Brad King's avatar
    VS10: Generate relative source paths when possible (#12570) · d931ce9f
    Brad King authored
    Since commit ed0075bd (Use relative paths for custom command inputs,
    2011-06-22) CMake generates full paths to source files in VS 10 project
    files to avoid trouble with deep source/build tree paths.  However, the VS
    10 IDE will not populate the source file property dialog for a file
    referenced by full path.  Instead use a relative path when possible.  When
    not possible produce a detailed warning explaining the problem and
    suggesting use of shorter directory paths.
    d931ce9f