From 44a8e850f472fddf32b0176f2e00ed9f280aa01c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 25 Jun 2009 18:03:30 +0000 Subject: [PATCH] Fixed library definition --- src/osgPresentation/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPresentation/CMakeLists.txt b/src/osgPresentation/CMakeLists.txt index cba4cb65c..e3238e8d7 100644 --- a/src/osgPresentation/CMakeLists.txt +++ b/src/osgPresentation/CMakeLists.txt @@ -1,6 +1,6 @@ IF(DYNAMIC_OPENSCENEGRAPH) - ADD_DEFINITIONS(-DOSGSIM_LIBRARY) + ADD_DEFINITIONS(-DOSGPRESENTATION_LIBRARY) ELSE() ADD_DEFINITIONS(-DOSG_LIBRARY_STATIC) ENDIF()