Hi all. file(REMOVE ...) does not seem to be able to remove a file which is a symbolic link (neither on NFS nor on NTFS). Is there a platform-independent way to remove a symlink from within cmake, or do I have to resort to if() and execute_process()?
Thanks for any replies. Petr -- 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
