Re: [CMake] Cpack and cmake's install commands with absolute destination value

2008-08-08 Thread David Cole
DESTDIR will not work with Windows style paths including a "C:". In fact, it may not work at all on Windows. In general, it's a bad idea to force files into a C:/work (or any other non-standard) directory. Windows installers typically default to putting their programs and all of their files into th

Re: [CMake] Cpack and cmake's install commands with absolute destination value

2008-08-08 Thread Alan W. Irwin
On 2008-08-08 12:10+0400 Slaykovsky Vladimir wrote: I have a problem creating packages with cpack when using install commands with absolute detination value: install(TARGETS MyExecutable RUNTIME DESTINATION c:/work/cmake/cpack_build/install/bin) In this case cpack cannot find my target and doe

[CMake] Cpack and cmake's install commands with absolute destination value

2008-08-08 Thread Slaykovsky Vladimir
I have a problem creating packages with cpack when using install commands with absolute detination value: install(TARGETS MyExecutable RUNTIME DESTINATION c:/work/cmake/cpack_build/install/bin) In this case cpack cannot find my target and doesn't include it in package. If I change detination to r