Hi,<br><br>Here's the situation:<br><br>Install is performed according to the ${CMAKE_INSTALL_PREFIX}:<br><br>install( FILES ${someFile) DESTINATION ${someRelativePath} )<br><br>This works great and don't need admin rights to "make package".<br>
<br>The problem is that I can't install anything in /etc without redefining the CMAKE_INSTALL_PREFIX to "/" or I need admin right to "make package".<br><br>This is a very ugly hack IMHO.<br><br>Any other workaround ?<br>
<br>Cheers,<br>FĂ©lix<br>