e42daa775f
" Changes include: A internal cache flag that can be used to detect if this is the first time running the CMake configuration. This is needed to work around stupid CMake UI shortcomings about the UI not reflecting anything you SET unless you use FORCE. But if you use FORCE, you override anything the user may try to set/override unless you have an exception check. It turns out the exception check you need is often the first-run check. This flag is potentially useful for other things too. An optional switch that turns on more aggressive warnings based on your compiler. Some Apple specific stuff for detecting the OS version and enabling Universal Binaries (and some additional compiler flags that are good but gcc version dependent). The version check code is unfortunately really fragile. I need to lobby CMake to return the OS X version number for us. FYI, building Universal will fail with the current CMake release due to a bug, but is now fixed in CVS. " |
||
---|---|---|
applications | ||
CMakeModules | ||
doc | ||
examples | ||
include | ||
src | ||
VisualStudio | ||
Xcode | ||
AUTHORS.txt | ||
ChangeLog | ||
CMakeLists.txt | ||
genwrapper.conf | ||
INSTALL.txt | ||
LICENSE.txt | ||
NEWS.txt | ||
README.txt | ||
runexamples.bat |
Welcome to the OpenSceneGraph (OSG). For up to date information on the project, how to compile and run libraries and examples, and see the documentation on the OpenSceneGraph website. http://www.openscenegraph.org Or for the impatient read the READEME.txt in the OpenSceneGraph root directory. Robert Osfield. Project Lead. April 10th 2007.