Yes, that works.
On Tue, Nov 19, 2013 at 7:21 PM, Matthew Woehlke <
matthew.woeh...@kitware.com> wrote:
> On 2013-11-19 19:07, Michael DiCuccio wrote:
>
>> Suppose you have a library named general:
>>
>> -
>> add_library(general foo bar)
>> -
Hi!
I've come across an odd conundrum and need a little help resolving it. I'm
porting a large toolkit to use CMake instead of an autoconf /
configure-based makefile system. One problem we tripped across is a
library named 'libgeneral.so', built as part of the toolkit itself. The
trouble is tha
Hi!
I've tripped across a bug in FindwxWidgets.cmake, in which (on Linux/Unix)
paths returned by wxconfig will be modified if their path names contain a
'-D'. The patch below fixes this. Can this please be applied? Thanks!
--- FindwxWidgets.cmake.orig2013-09-25 10:34:52.835469000 -0400
+++