Hi all, We would like to add a 'make altinstall' option similar to python's altinstall so that it doesn't install symlinks that clobber the system install's symlinks for our program.
Basically, a normal install does: program0.3 program -> program0.3 (using install(CODE)) libprogram.so.0.3 libprogram.so -> libprogram.so.0.3 (automatically done) And altinstall should just do: program0.3 libprogram.so.0.3 is there a way to do this? thank you, rosen, _______________________________________________ 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://www.cmake.org/mailman/listinfo/cmake
