On Fri, Jun 27, 2008 at 7:00 PM, Doug Gregor <[EMAIL PROTECTED]> wrote:
> On Fri, Jun 27, 2008 at 10:43 AM, Timenkov Yuri <[EMAIL PROTECTED]> wrote:
>> Also, you can look at the bugs:
>> http://public.kitware.com/Bug/view.php?id=6835
>> and http://public.kitware.com/Bug/view.php?id=6847
>> The lat
FYI
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478940
->
http://patches.ubuntu.com/by-release/extracted/ubuntu/i/insighttoolkit/3.6.0-3/sharedforward.patch
--
Mathieu
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinf
O/H Bob Paddock ??:
On Sunday 22 June 2008 03:25:21 pm Bill Hoffman wrote:
Don't use add_definitions for compiler flags. Use CMAKE_CXX_FLAGS or
CMAKE_C_FLAGS.
Can you show an example please?
When I try these:
SET (CMAKE_CXX_FLAGS_DEBUG "-Wall" )
SET (CMAKE_CXX_FLAGS_RELEASE "-Wa
On Sunday 22 June 2008 03:25:21 pm Bill Hoffman wrote:
> Don't use add_definitions for compiler flags. Use CMAKE_CXX_FLAGS or
> CMAKE_C_FLAGS.
Can you show an example please?
When I try these:
SET (CMAKE_CXX_FLAGS_DEBUG "-Wall" )
SET (CMAKE_CXX_FLAGS_RELEASE "-Wall" )
SET (CMAKE_C_FLAGS_DEBUG "
Hi there,
We have just started getting WinCE platform files to work. I have worked
around the /system:console issues mentioned in the mails below. I basically
reused the existing Windows and Windows-cl platform files, and made changes
where the scripts try to execute compiled applications. Building
Hi all,
I am a totally CMake newbie :-) However, I have spend some time (~3
days) in porting one application of mine from autoconf/make to cmake.
The port was somewhat easy, and for the time being I have tested the
build system under windows only with VC++ 9.0. As a result of this
process I h