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 any failure. On Vista i got the error message that the dll could not copied. Any suggestions?
Thanks for any hint.
Best regards.












