[CMake] Q: How do I _portably_ create a directory in the binary directory

2008-09-19 Thread kent williams
I am CMake-izing a non-CMake project -- or rather we have CMake-ized it, and are doing some clean up. We have a testing shell script that I'm converting to CTest tests. The first thing it does is create a directory where it drops all the testing output. I'd like to do the same thing -- create a

Re: [CMake] Q: How do I _portably_ create a directory in the binary directory

2008-09-19 Thread kent williams
Never mind, I found it in the 'FILE' command... On Fri, Sep 19, 2008 at 10:26 AM, kent williams [EMAIL PROTECTED] wrote: I am CMake-izing a non-CMake project -- or rather we have CMake-ized it, and are doing some clean up. We have a testing shell script that I'm converting to CTest tests.