On Sun, Sep 13, 2009 at 9:34 AM, Nico Kruithof <[email protected]> wrote:
> Hello,
>
> This patch makes sure that FindOSG.cmake finds OSG when it is compiled
> as a 64 bit library, as the libraries are installed in the lib64
> directory and not lib. It is based on trunk rev. 10583.
This patch is not needed if using CMake 2.6.2 or newer.
Maybe it would be better to require CMake 2.6.2 (2.6.0 and 2.6.1 were
buggy anyways) and in the way, get rid of this in the main
CMakeLists.txt:
IF(WIN32)
CMAKE_MINIMUM_REQUIRED(VERSION 2.4.6 FATAL_ERROR)
ELSE(WIN32)
IF(APPLE)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0 FATAL_ERROR)
ELSE(APPLE)
CMAKE_MINIMUM_REQUIRED(VERSION 2.4.4 FATAL_ERROR)
ENDIF(APPLE)
ENDIF(WIN32)
--
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org