Re: [CMake] Wrong LOCATION_CONFIG property value with MACOSX_BUNDLE option set

2009-01-20 Thread Nicolas Desprès
I have reported an issue on the bug tracker and submitted a patch: http://public.kitware.com/Bug/view.php?id=8406 Cheers, On Tue, Jan 20, 2009 at 1:02 AM, Nicolas Desprès nicolas.desp...@gmail.com wrote: I forgot to mention that setting CMAKE_BUILD_TYPE by either Debug or Release does not

[CMake] Wrong LOCATION_CONFIG property value with MACOSX_BUNDLE option set

2009-01-19 Thread Nicolas Desprès
Hi there, I'm having trouble with LOCATION_CONFIG property when using MACOSX_BUNDLE at the same time with cmake version 2.6-patch 3 RC-8. The value of the property is the one without the MACOSX_BUNDLE option. Here my CMakeLists.txt for an helloworld project: ==

Re: [CMake] Wrong LOCATION_CONFIG property value with MACOSX_BUNDLE option set

2009-01-19 Thread Nicolas Desprès
I forgot to mention that setting CMAKE_BUILD_TYPE by either Debug or Release does not change the problem. I except the value to be: /Users/polrop/src/helloworld/_build/helloworld.app/Contents/MacOS/helloworld Cheers, On Tue, Jan 20, 2009 at 12:44 AM, Nicolas Desprès nicolas.desp...@gmail.com