Fix ProgramFiles path for 64-bit Windows installer
authorHans Wennborg <hans@hanshq.net>
Tue, 3 Feb 2015 18:31:29 +0000 (18:31 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 3 Feb 2015 18:31:29 +0000 (18:31 +0000)
commit9148e1721c08c955138746716f19d62c3657badf
tree3905a9e87cea924fbb1c43460cfb665924b0dd59
parent02624e415423421685076fa1da37d6fbadd859b0
Fix ProgramFiles path for 64-bit Windows installer

If we are building an 64bit installer on Windows we have to adjust the
Program Files path otherwise it uses the wrong Program Files (x86)
directory. Related CMake bug report
http://public.kitware.com/Bug/view.php?id=14211

Patch by Ismail Dönmez!

llvm-svn: 227999
llvm/CMakeLists.txt