diff options
| author | Merov Linden <merov@lindenlab.com> | 2013-01-10 14:51:59 -0800 |
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2013-01-10 14:51:59 -0800 |
| commit | 573ab07a40acc78e28ae390331d862d3f858bb07 (patch) | |
| tree | 7944ca93182468372186d202e45ba1ddcd7635b2 /indra/llplugin/slplugin/CMakeLists.txt | |
| parent | 45e72bf3cbd08eef96663d569cec3ecae198a8e4 (diff) | |
| parent | fde976cf2bf9740dcd821ad37f0747beaabe34dd (diff) | |
Merge pull from lindenlab/viewer-beta
Diffstat (limited to 'indra/llplugin/slplugin/CMakeLists.txt')
| -rw-r--r-- | indra/llplugin/slplugin/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llplugin/slplugin/CMakeLists.txt b/indra/llplugin/slplugin/CMakeLists.txt index 3fc54573a7..8183467dc5 100644 --- a/indra/llplugin/slplugin/CMakeLists.txt +++ b/indra/llplugin/slplugin/CMakeLists.txt @@ -15,7 +15,6 @@ include_directories( if (DARWIN) include(CMakeFindFrameworks) - find_library(CARBON_LIBRARY Carbon) find_library(COCOA_LIBRARY Cocoa) endif (DARWIN) @@ -68,7 +67,7 @@ add_dependencies(SLPlugin if (DARWIN) # Mac version needs to link against Carbon - target_link_libraries(SLPlugin ${CARBON_LIBRARY} ${COCOA_LIBRARY}) + target_link_libraries(SLPlugin ${COCOA_LIBRARY}) # Make sure the app bundle has a Resources directory (it will get populated by viewer-manifest.py later) add_custom_command( TARGET SLPlugin POST_BUILD |
