Re: [CMake] Getting add_custom_command to work with multiple outputs

2013-08-03 Thread Roger Leigh
On Sat, Aug 03, 2013 at 11:20:53AM +0100, Roger Leigh wrote: > > I am trying to cmake-ify a build where the bulk of the sources are > generated. I have a tool (python script) which reads a set of > templates and then generates many source and header files (~250). > I don't know in advance what th

[CMake] Questions about cmake opencv and intel c++ compiler

2013-08-03 Thread Engin FIRAT
Hello all, I have some questions about opencv cmake configuration. I am using Intel's icc compiler and using cmake to configure opencv to build with intel's icc compiler. 1. I feed CMAKE_CXX_COMPILER with some arguments. But in verbose mode I have seen -fsigned-char flag which is not provided by

[CMake] [#BDW-371-36605]: Questions about cmake opencv and intel c++ compiler

2013-08-03 Thread TeamSpeak Piracy
Engin FIRAT, Thank you for contacting us. This is an automated response confirming the receipt of your ticket. One of our agents will get back to you as soon as possible. For your records, the details of the ticket are listed below. When replying, please make sure that the ticket ID is kept in the

[CMake] [#JWL-912-24849]: Re: Pass args to ctest through "make check"

2013-08-03 Thread TeamSpeak Piracy
Orion Poplawski, Thank you for contacting us. This is an automated response confirming the receipt of your ticket. One of our agents will get back to you as soon as possible. For your records, the details of the ticket are listed below. When replying, please make sure that the ticket ID is kept in

Re: [CMake] Pass args to ctest through "make check"

2013-08-03 Thread Orion Poplawski
On 08/01/2013 04:57 PM, Orion Poplawski wrote: On 07/31/2013 03:08 PM, Orion Poplawski wrote: Is there a way to pass arguments to ctest via the "make check" target? Okay, here's what's up. This recipe: http://www.cmake.org/Wiki/CMakeEmulateMakeCheck : add_custom_target(check COMMAND ${CMAKE

[CMake] [#JMD-179-10445]: Getting add_custom_command to work with multiple outputs

2013-08-03 Thread TeamSpeak Piracy
Roger Leigh, Thank you for contacting us. This is an automated response confirming the receipt of your ticket. One of our agents will get back to you as soon as possible. For your records, the details of the ticket are listed below. When replying, please make sure that the ticket ID is kept in the

[CMake] Getting add_custom_command to work with multiple outputs

2013-08-03 Thread Roger Leigh
Hi folks, I'm very new to cmake, so apologies if this is an obvious question, but I haven't found a way to do this after reading the documentation, and a lot of googling. I am trying to cmake-ify a build where the bulk of the sources are generated. I have a tool (python script) which reads a set