From 728d5ead52f1143b6c6f85b8df2da557bee834c0 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 16 Mar 2015 17:01:57 +0000 Subject: [PATCH] Removed unneccessary library link line. git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14793 16af8721-9629-0410-8352-f15c8da7e697 --- src/osgPlugins/osgjs/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/osgPlugins/osgjs/CMakeLists.txt b/src/osgPlugins/osgjs/CMakeLists.txt index ec2664882..13486695f 100644 --- a/src/osgPlugins/osgjs/CMakeLists.txt +++ b/src/osgPlugins/osgjs/CMakeLists.txt @@ -18,7 +18,6 @@ SET(TARGET_H #### end var setup ### SET(TARGET_ADDED_LIBRARIES osgAnimation - osgSim - osgUtil) + osgSim) SETUP_PLUGIN(osgjs)