Re: [CMake] Permission issues with install command on Vista

2011-05-16 Thread David Cole
Better yet: do not install anything to System32. Ever. There's no need for it. That's been a best-practice install technique for at least 10 years now. On Thu, May 12, 2011 at 2:28 AM, Rolf Eike Beer wrote: > > Hello, > > > > actual I'm struggling with CMAKE INSTALL command on Windows Vista, w

Re: [CMake] Permission issues with install command on Vista

2011-05-11 Thread Rolf Eike Beer
> Hello, > > actual I'm struggling with CMAKE INSTALL command on Windows Vista, when > I try to copy the resulting DLL to the system32 folder using this > command: > > INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/lib${LIBRARY_NAME}.dll DESTINATION > $ENV{SYSTEMROOT}/System32/) > > On XP this command could

[CMake] Permission issues with install command on Vista

2011-05-11 Thread Heine, Christian (EXTERN: VWGEDS)
Hello, actual I'm struggling with CMAKE INSTALL command on Windows Vista, when I try to copy the resulting DLL to the system32 folder using this command: INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/lib${LIBRARY_NAME}.dll DESTINATION $ENV{SYSTEMROOT}/System32/) On XP this command could be used without