Re: [CMake] Directory creation problem with MACOSX_BUNDLE

2006-08-21 Thread Andy Cedilnik
Hi Peter, I am working on this, but I would still ask you to put a bug in a CMake bug tracker, just to have a record: http://www.cmake.org/Bug Andy Peter Carr wrote: Hi, I'm running into problems using the MACOSX_BUNDLE parameter with ADD_EXECUTABLE. For some reason, I'm getting the

[CMake] Directory creation problem with MACOSX_BUNDLE

2006-08-20 Thread Peter Carr
Hi, I'm running into problems using the MACOSX_BUNDLE parameter with ADD_EXECUTABLE. For some reason, I'm getting the error message: /usr/bin/ld: can't create output file: test.app/Contents/MacOS/test (No such file or directory, errno = 2) The target directory has read/write enabled for everyone