Hi Philip,

On 4/3/07, Philip Taylor <[EMAIL PROTECTED]> wrote:
Hi

Just did my first cmake build against the latest SVN with VS8 Express, and
got a configuration error:

Cmake Error: Error in cmake code at
C:/Projects/OSG/OpenSceneGraph/src/osgPlugins/osgFX/CmakeLists.txt:15:
Unknown CMake command "SETUP_PLUGIN".

because the automatically generated CMakeLists.txt contains the final line

SETUP_PLUGIN(osgFX)

so what is missing ?

Not sure what is amiss.

SETUP_PLUGIN is defined in
OpenSceneGraph/CMakeModeules/OsgMacroUtils.cmake.  The
OpenSceneGraph/CMakeLists.txt explictly includes this cmake file so
the macro should be defined when it comes across the
osgFX/CMakeLists.txt

How have you gone about setting up CMake?  What CMake version do you have?
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to