Hi,

Here's the situation:

Install is performed according to the ${CMAKE_INSTALL_PREFIX}:

install( FILES ${someFile) DESTINATION ${someRelativePath} )

This works great and don't need admin rights to "make package".

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".

This is a very ugly hack IMHO.

Any other workaround ?

Cheers,
Félix
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to