Re: [CMake] Why does XCODE_DEPEND_HELPER delete my target after it has been build?

2011-04-04 Thread Bill Hoffman
On 4/2/2011 10:48 AM, Kenny Erleben wrote: Hi, I got a cmake project that builds one static lib and one target that depends on my static lib. I have set the ARCHIVE_OUTPUT_DIRECOTRY target properties to ${PROJECT_SOURCE_DIR}/lib and the RUNTIME_OUTPUT_DIRECOTRY target properties to

[CMake] Why does XCODE_DEPEND_HELPER delete my target after it has been build?

2011-04-02 Thread Kenny Erleben
Hi, I got a cmake project that builds one static lib and one target that depends on my static lib. I have set the ARCHIVE_OUTPUT_DIRECOTRY target properties to ${PROJECT_SOURCE_DIR}/lib and the RUNTIME_OUTPUT_DIRECOTRY target properties to ${PROJECT_SOURCE_DIR}/bin. When I make an all