[CMake] CMake / UNC and long path

Tyler Roscoe tyler at cryptio.net
Tue Nov 24 10:22:24 EST 2009


On Tue, Nov 24, 2009 at 04:15:18PM +0100, Mathieu Malaterre wrote:
>   Does anyone knows how to create a directory on Win32 system ? I tried:
>
> http://gdcm.svn.sourceforge.net/svnroot/gdcm/Sandbox/CMakeBug/11/CMakeLists.txt
> 
>   But it fails on my WinXP 32bits system.

Use execute_process() or a custom_command with 'cmake -E
make_directory'.

However if you're running into a limitation of 32-bit xp or whatever
filesystem you're using, CMake isn't going to be able to help you.

tyler


More information about the CMake mailing list