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)
commit42a7bc535e49af28dfa58807e8632833dcd5d01e
tree25fdfcce9644cf4942f12efaa387eb3d198684ef
parent936986d12d0c8abbd5afdb2ac8b38c1cf02c9191
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!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227999 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt