On 7/5/07, Sebarnolds [Seb / Frip] <[EMAIL PROTECTED]> wrote:
Hi.

>
>Do an ADD_EXECUTABLE *without* [WIN32] as an option.  See the docs.

I think you misunderstand me.

You're right, I read too fast.

Whether I add or not the WIN32 option after
the ADD_EXECUTABLE, it complains about [EMAIL PROTECTED] It doesn't seem to 
change
anything.

"ADD_EXECUTABLE(map2syBR map2syBR.cpp)" and "ADD_EXECUTABLE(map2syBR WIN32
map2syBR.cpp)" have the same results.

If you are ABSOLUTELY SURE your build is clean, no leftover stuff from
previous builds, no funny flags, no weirdness anywhere, then this is a
bug.  But I think your build is not clean and you've got something
left over somewhere.  Try isolating with a very simple "hello world"
and see what behavior you get.


Cheers,
Brandon Van Every
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to