On all of my builds, I get lots of warnings about COLOR being undefined in the makefile. It doesn't seem to hurt the build, but I"m curious why it happens, and would like to clean it up.
For example, src/osg/CMakeFiles/osg.dir/build.make has bits like: @$(CMAKE_COMMAND) -E cmake_echo_color -switch=$(COLOR) -green "Building CXX object src/osg/CMakeFiles/osg.dir/AlphaFunc.o" Why is COLOR undefined here? I don't remember if it comes out that way with my out-of-the-box builds. I don't think it does. Sometimes I'll see if $(COLOR) has a value in my makefile that starts the OSG build. andy
_______________________________________________ osg-users mailing list osg-users@openscenegraph.net http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/