Re: [CMake] Problem of CPack install folder

2012-03-30 Thread Huang, Deqing
(113,5): error MSB3073: :VCEnd" exited with code 1. 5> 5>Build FAILED. > -Original Message----- > From: David Cole [mailto:david.c...@kitware.com] > Sent: Friday, March 30, 2012 21:36 > To: Huang, Deqing > Cc: cmake@cmake.org > Subject: Re: [CMake] Problem of CPack ins

Re: [CMake] Problem of CPack install folder

2012-03-30 Thread David Cole
Does: set(CPACK_NSIS_INSTALL_ROOT "D:\\") work? On Fri, Mar 30, 2012 at 8:14 AM, Huang, Deqing wrote: > Hi, > > I am trying to set up a customized installation directory via CPack on > Windows. > > It should be pretty straightforward by setting something like: >     set(CPACK_NSIS_INSTALL_RO

[CMake] Problem of CPack install folder

2012-03-30 Thread Huang, Deqing
Hi, I am trying to set up a customized installation directory via CPack on Windows. It should be pretty straightforward by setting something like: set(CPACK_NSIS_INSTALL_ROOT "D:") set(CPACK_PACKAGE_INSTALL_DIRECTORY "mylib") should get a path of "D:\mylib" , but surprisingly it doesn't w