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
_______________________________________________
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

Reply via email to