[cmake-developers] [CMake 0012592]: New componentwise extra install commands for NSIS-generator

2011-11-26 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12592 == Reported By:Marcel Assigned To:

[cmake-developers] [CMake 0012593]: CMAKE_C_COMPILER cannot contain command line arguments

2011-11-26 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12593 == Reported By:Stefan Majewsky Assigned To:

Re: [CMake] Build doesn't work with Mac OS X Lion...

2011-11-26 Thread Daniel Dekkers
This: SET(CMAKE_OSX_ARCHITECTURES $(ARCHS_STANDARD_32_BIT)) seems to result in a standard Xcode setting (armv7 (standard)) which is also set when you let Xcode create a fresh iOS app (from its own templates). But you also see this a lot on the fora: SET(CMAKE_OSX_ARCHITECTURES

[CMake] [CPACK] Patch with componentwise extra install commands for NSIS-generator

2011-11-26 Thread Marcel
Hi, I extended cpack's NSIS-generator and want to contribute the attached patch. It adds the CPACK_COMPONENT_name_EXTRA_INSTALL_COMMANDS option to cpack that allows to add NSIS commands exclusivly to the install section generated for the component name. So it adopts the option

Re: [CMake] parallel build using cmake --build?

2011-11-26 Thread Michael Hertling
On 11/26/2011 04:16 AM, Steve M. Robbins wrote: Hi, To build VTK on our windows build server, I wrote a small batch script that invokes cmake --build. My developer machine is multicore; is there a way to get cmake --build to run multiple jobs? Thanks, -Steve cmake --build is just a

Re: [CMake] parallel build using cmake --build?

2011-11-26 Thread John Drescher
On Fri, Nov 25, 2011 at 10:16 PM, Steve M. Robbins st...@sumost.ca wrote: Hi, To build VTK on our windows build server, I wrote a small batch script that invokes cmake --build. My developer machine is multicore; is there a way to get cmake --build to run multiple jobs? On windows, I use

Re: [CMake] add_test WORKING_DIRECTORY

2011-11-26 Thread David Cole
You are calling add_test correctly. Now you need to call ctest like this: ctest -C Release or ctest -C Debug to test a particular configuration... HTH, David On Fri, Nov 25, 2011 at 11:21 AM, W Eryk Wolski wewol...@gmail.com wrote: I am testing against reference data in the source

Re: [CMake] iOS Archiving (Xcode 4.2, Lion, CMake2.8-6)

2011-11-26 Thread David Cole
Really? The only error output is: Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang++ failed with exit code 1 ?? How are we supposed to figure out what's wrong with the archiving step with that? What are the Xcode project file differences between a CMake-generated

Re: [CMake] Build doesn't work with Mac OS X Lion...

2011-11-26 Thread David Cole
Are you using CMake 2.8.6...? Older CMake versions have not been used much on Lion. It wouldn't surprise me if 2.8.6 works, but earlier versions have issues... HTH, David On Sat, Nov 26, 2011 at 6:37 AM, Daniel Dekkers d.dekk...@cthrough.nl wrote: This: SET(CMAKE_OSX_ARCHITECTURES

[CMake] BUILD_COMMAND having a hard time getting usable command lines

2011-11-26 Thread J Decker
Earlier I wondered if there was a way to stop recusive invocation of a build command in a cmake script - I found something like a solution; when I run the command, set an environment variable and don't run the command if that environment variable is set... But... If I specify 'TARGET' in

Re: [CMake] [CPACK] Patch with componentwise extra install commands for NSIS-generator

2011-11-26 Thread Eric Noulard
2011/11/26 Marcel minusdreidb+cm...@gmail.com: Hi, I extended cpack's NSIS-generator and want to contribute the attached patch. It adds the CPACK_COMPONENT_name_EXTRA_INSTALL_COMMANDS option to cpack that allows to add NSIS commands exclusivly to the install section generated for the

[Cmake-commits] CMake branch, master, updated. v2.8.6-276-g66f44dc

2011-11-26 Thread KWSys Robot
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, master has been updated via 66f44dcdf4ba725735d6e2023b79bbed4033c728 (commit) from

[Cmake-commits] CMake branch, next, updated. v2.8.6-2028-ga95cfca

2011-11-26 Thread Stephen Kelly
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 a95cfcaa54507b7ab2c223a951d18ed3fc92ced1 (commit) via