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
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
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
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
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
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
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