Brandon J. Van Every wrote:
William A. Hoffman wrote:

Actually, I just tried it your way and it worked???

PROJECT(foo)
ADD_LIBRARY(libchicken foo.cxx)
SET_TARGET_PROPERTIES(libchicken PROPERTIES PREFIX "")

On my version, I now realize I called SET_TARGET_PROPERTIES before calling ADD_LIBRARY. Is that an error? I'm guessing uuh, yeah, suure dood it's an error.

It should be an error but there is a bug that prevented it from being reported. It's now fixed in CVS.

-Brad
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to