On 07/25/2012 12:15 PM, Jeremy Graham wrote:
Thanks for the input. I am a total novice to CMake and pretty new to make files in general. In order to follow your suggestion, would I add a line like SET(CMAKE_CXX_FLAGS "-D__STDC_CONSTANT_MACROS") to one of the CMake files? Perhaps the one named "CMakeCXXCompiler.cmake"?
You shouldn't need to do that. If you go into ccmake and press the 't' key, you'll get the advanced settings, which should reveal the CMAKE_CXX_FLAGS setting. You can then just add the flag there.
--"J" _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

