From 6fa6de85933cadee84689cafeb5173c9bfbc1529 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 6 Dec 2012 18:12:00 +0000 Subject: [PATCH] From Stephan Huber, build fix --- src/osgPlugins/ZeroConfDevice/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgPlugins/ZeroConfDevice/CMakeLists.txt b/src/osgPlugins/ZeroConfDevice/CMakeLists.txt index 33e065dee..5287cfced 100755 --- a/src/osgPlugins/ZeroConfDevice/CMakeLists.txt +++ b/src/osgPlugins/ZeroConfDevice/CMakeLists.txt @@ -30,6 +30,7 @@ ELSE() AutoDiscoveryBonjourImpl.h AutoDiscoveryBonjourImpl.mm ) + SET(TARGET_LIBRARIES_VARS COCOA_LIBRARY ) ENDIF(APPLE) ENDIF(WIN32)