20,741
edits
Hamzaalloush (talk | contribs) |
|||
| Line 435: | Line 435: | ||
=== OpenSceneGraph === | === OpenSceneGraph === | ||
For development purposes, it would make sense to focus on debug builds for now, and only begin supporting optimized builds when everything else is working correctly - or at least use RelWithDbg, as per [[Building_using_CMake#Debug_Builds]]. | * For development purposes, it would make sense to focus on debug builds for now, and only begin supporting optimized builds when everything else is working correctly - or at least use RelWithDbg, as per [[Building_using_CMake#Debug_Builds]]. | ||
* For building OSG applications out-of-source-trees, it would make sense to introduce -DCMAKE_INSTALL_PREFIX, so that FindOpenSceneGraph.cmake can easily locate pre-installed OSG versions (as per our docs, and the existing cmake machinery in place in SG/FG), which also means that OSG would not need to be installed system-wide, while also supporting different versions at the same time. | |||
== Roadmap == | == Roadmap == | ||