[cmake-developers] [CMake 0012434]: configure_file( IMMEDIATE) is not documented

2011-08-31 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://cmake.org/Bug/view.php?id=12434 == Reported By:Mathieu Malaterre Assigned To:

[cmake-developers] [CMake 0012435]: Possibility to get all link libraries for a target?

2011-08-31 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12435 == Reported By:chrislu Assigned To:

[cmake-developers] [CMake 0012436]: Default project generation is inconsistent between cmake-gui and cmake (command line)

2011-08-31 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12436 == Reported By:Andrew Wiggin Assigned To:

[cmake-developers] [CMake 0012437]: Default link line includes massive stack size of 10M with the /STACK:10000000 option

2011-08-31 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12437 == Reported By:Glenn Coombs Assigned To:

[CMake] dyld: library not loaded

2011-08-31 Thread Yifei Li
Hi all, My app MeshVisualization uses a library called OpenMesh. I had a runtime error when running the app: dyld: Library not loaded: @executable_path/../Libraries/libOpenMeshCore.2.0.dylib Referenced from: /Users/yifli/Documents/MeshVisualization/build/Build/bin/MeshVisualization

Re: [CMake] dyld: library not loaded

2011-08-31 Thread Michael Jackson
You need to copy the library into the .app bundle at MeshVisualization.app/Contents/Libraries/. Your add_executable() command should have the MACOSX_BUNDLE set in. See the help listing for the add executable. ___ Mike Jackson

Re: [CMake] dyld: library not loaded

2011-08-31 Thread Michael Jackson
Please keep replies on the list so others may join or benefit from the conversation. You will need to add the macosx_bundle flag to your add_executable() command. This tells CMake to generate the instructions to create a proper OS X application bundle. Next you will need to explore adding a

Re: [CMake] dyld: library not loaded

2011-08-31 Thread Michael Jackson
You may want to take a look at the Qt Demo application linked from the Wiki. http://www.cmake.org/Wiki/BundleUtilitiesExample ___ Mike Jackson www.bluequartz.net Principal Software Engineer

Re: [CMake] Bug #12189

2011-08-31 Thread David Cole
Your patch has the wrong sense I think It looks like it's removing _SBCS code, but you want to add all that code, correct? I think (as long as my above assumption is correct) that this patch should be ok, even in a backwards compatibility sense, because only people who have _SBCS defined as a

Re: [CMake] Problem and proposed solution with cmake -E rename across devices

2011-08-31 Thread David Cole
On Wed, Aug 31, 2011 at 11:49 AM, David Cole david.c...@kitware.com wrote: The cmake -E rename command is documented to work only when src and dst are on the same volume: If you run cmake -E with no other args, the rename command is documented as:  rename oldname newname    - rename a file

Re: [CMake] Bug #12189

2011-08-31 Thread aaron . meadows
I'm happy to assist in any way I can. Where do I need to add a test? Also, where would it be appropriate to document this? Aaron Meadows -Original Message- From: David Cole [mailto:david.c...@kitware.com] Sent: Wednesday, August 31, 2011 11:02 AM To: Meadows, Aaron C. Cc:

Re: [CMake] Bug #12189

2011-08-31 Thread David Cole
The CMake/Tests/CMakeLists.txt file lists most of the tests that execute on our dashboards. The directories under CMake/Tests are all the existing test source trees. If you want to modify one of the existing tests to have an _SBCS target compile definition, I'd start by looking at Simple or COnly

Re: [CMake] CMake --debug-trycompile option breaking tests

2011-08-31 Thread Bill Hoffman
On 8/30/2011 4:13 PM, Clifford Yapp wrote: Hmm. What about changing that option to make one sub-directory per test instead of doing each one in the same temp directory? Or if try_compile doesn't support that, moving the generated files to a subdirectory after the try_compile proper has run?

[CMake] Ralph Barth/AEH/DBS/GDB ist außer Haus. Original subject: 'CMake Digest, Vol 88, Issue 76'

2011-08-31 Thread Ralph . Barth
Ralph Barth will be out of the office starting 31/08/2011 and will be returning on 19/09/2011. Ich werde Ihre Nachrichten nach meiner Rückkehr beantworten. WLLM related questions pls. contact Jens Keil - Deutsche Börse

[CMake] Is there a git repository for CDash

2011-08-31 Thread NoRulez
Hi, I want to ask if there is a git repository for CDash available or be planned to be converted. At the moment I use the svn version (https://www.kitware.com/svn/CDash/Release-1-8-2;) Thanks in advance Best regards NoRulez ___ Powered by

Re: [CMake] Problem and proposed solution with cmake -E rename across devices

2011-08-31 Thread Clifford Yapp
Fair enough - I think I've worked around it now. Sorry for the noise, I missed the save volume restriction on rename originally. Cheers, CY On Wed, Aug 31, 2011 at 11:49 AM, David Cole david.c...@kitware.com wrote: The cmake -E rename command is documented to work only when src and dst are on

Re: [CMake] Problem and proposed solution with cmake -E rename across devices

2011-08-31 Thread Clinton Stimpson
On Wednesday, August 31, 2011 10:30:22 am David Cole wrote: On Wed, Aug 31, 2011 at 11:49 AM, David Cole david.c...@kitware.com wrote: The cmake -E rename command is documented to work only when src and dst are on the same volume: If you run cmake -E with no other args, the rename

Re: [CMake] Problem and proposed solution with cmake -E rename across devices

2011-08-31 Thread David Cole
On Wed, Aug 31, 2011 at 5:12 PM, Clinton Stimpson clin...@elemtech.com wrote: On Wednesday, August 31, 2011 10:30:22 am David Cole wrote: On Wed, Aug 31, 2011 at 11:49 AM, David Cole david.c...@kitware.com wrote: The cmake -E rename command is documented to work only when src and dst are on

[CMake] Skipping dependency checking... aka an all/fast target

2011-08-31 Thread Malfettone, Kris
I am looking for a target similar to target/fast for the entire tree, possibly all/fast. I have seen in the past this feature has been requested and from what I could understand from the archives it looked as though the feature was supposed to be implemented. However, I cannot seem to find

Re: [CMake] CMake --debug-trycompile option breaking tests

2011-08-31 Thread Clifford Yapp
On Wed, Aug 31, 2011 at 2:14 PM, Bill Hoffman bill.hoff...@kitware.com wrote: It would make a mess if you created a sub-dir per test.  There would be lots and lots of sub-dirs in some projects. Personally I would expect that, and be OK with it, as long as the directory names corresponded to

Re: [CMake] Problem and proposed solution with cmake -E rename across devices

2011-08-31 Thread Michael Wild
On Wed 31 Aug 2011 11:26:19 PM CEST, David Cole wrote: On Wed, Aug 31, 2011 at 5:12 PM, Clinton Stimpson clin...@elemtech.com wrote: On Wednesday, August 31, 2011 10:30:22 am David Cole wrote: On Wed, Aug 31, 2011 at 11:49 AM, David Cole david.c...@kitware.com wrote: The cmake -E rename

[Cmake-commits] CMake branch, next, updated. v2.8.5-1757-gd4f7b05

2011-08-31 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via d4f7b056869eb0cea2b62a989b5e73a071b340c8 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.5-1759-g4de0eb1

2011-08-31 Thread Alexey Ozeritsky
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 4de0eb1df85e0fa05329a997fa49f7e48fa92205 (commit) via