[CMake] Renaming Directories

2007-12-10 Thread Josh Schulte
Hello, Can someone suggest a way to have a directory renamed after it has been installed with the install command? Thanks , Josh ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Renaming Directories

2007-12-10 Thread Clinton Stimpson
INSTALL(DIRECTORY ... can change the name if your source has a trailing '/' but the destination doesn't. Clint On Dec 10, 2007, at 4:46 PM, Josh Schulte wrote: Hello, Can someone suggest a way to have a directory renamed after it has been installed with the install command?