From 3dced3445fb4a3f44f8aea0fd691f4edf65c7722 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 25 Oct 2007 09:00:25 +0000 Subject: [PATCH] Fixed the capitilization of the osgdb_osgfx plugin --- src/osgPlugins/osgFX/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/osgFX/CMakeLists.txt b/src/osgPlugins/osgFX/CMakeLists.txt index 75c84339f..ffb6b3126 100644 --- a/src/osgPlugins/osgFX/CMakeLists.txt +++ b/src/osgPlugins/osgFX/CMakeLists.txt @@ -12,4 +12,4 @@ IO_SpecularHighlights.cpp ) SET(TARGET_ADDED_LIBRARIES osgFX ) #### end var setup ### -SETUP_PLUGIN(osgfX) +SETUP_PLUGIN(osgfx)