Re: [osg-users] CMake 2.6.3 brings easier OSG integration out-of-the-box

2009-02-24 Thread Sukender
Nice! I must admit I had to tweak Findosg* (in 2.6.2) because it just hadn't the "_DEBUG" versions of the libs. Now I removed my custom finders and wrote "CMAKE_MINIMUM_REQUIRED(VERSION 2.6.3 FATAL_ERROR)" :) ... Sukender PVLE - Lightweight cross-platform game engine - http://pvle.sourceforge.ne

Re: [osg-users] CMake 2.6.3 brings easier OSG integration out-of-the-box

2009-02-24 Thread Jeremy Moles
On Mon, 2009-02-23 at 22:31 -0500, Philip Lowman wrote: > The release of CMake 2.6.3 includes a new find module which makes > using the OSG from within a project of your own much easier to do. > There is also version support available should you want to specify the > minimum (or exact) version of t

Re: [osg-users] CMake 2.6.3 brings easier OSG integration out-of-the-box

2009-02-24 Thread Jean-Sébastien Guay
Hi Philip, The release of CMake 2.6.3 includes a new find module which makes using the OSG from within a project of your own much easier to do. There is also version support available should you want to specify the minimum (or exact) version of the OSG that is needed to build your project.

[osg-users] CMake 2.6.3 brings easier OSG integration out-of-the-box

2009-02-23 Thread Philip Lowman
The release of CMake 2.6.3 includes a new find module which makes using the OSG from within a project of your own much easier to do. There is also version support available should you want to specify the minimum (or exact) version of the OSG that is needed to build your project. Here's a 6 line h