2012/2/17 Alexander Neundorf <neund...@kde.org>:
>
> a) To change CMAKE_SKIP_RPATH so that it leaves the RPATH on in the build
> tree, but not in the install tree, IMO makes sense.

We already have
CMAKE_SKIP_RPATH
CMAKE_SKIP_BUILD_RPATH

may be we are missing
CMAKE_SKIP_INSTALL_RPATH

or that
CMAKE_SKIP_RPATH set to true may be overriden
for the build tree with CMAKE_SKIP_BUILD_RPATH to OFF

which is not the case currently (I did just checked).

more detail:
http://www.cmake.org/Wiki/CMake_RPATH_handling
cmake --help-variable-list | grep RPATH

> It's also a good sign that
> Sune, a Debian packager, says it doesn't matter for Debian what happens in the
> build tree, but I don't know whether it would be ok for everybody.


-- 
Erk
Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to