llvm-pdbdump: Only dump whitelisted global symbols.
[oota-llvm.git] / CMakeLists.txt
index 3177564b61962a5721a5e01a78639f85131f8e61..afcc9f0ce2ab42b4a46aec09beb9fe9b7d82285a 100644 (file)
@@ -96,6 +96,9 @@ if(WIN32 AND NOT UNIX)
     "ExecWait '$INSTDIR/tools/msbuild/install.bat'")
   set(CPACK_NSIS_EXTRA_UNINSTALL_COMMANDS
     "ExecWait '$INSTDIR/tools/msbuild/uninstall.bat'")
+  if( CMAKE_CL_64 )
+    set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES64")
+  endif()
 endif()
 include(CPack)