From d3521b4462195cfe882b2cc8eb4e7c5e948c0fb6 Mon Sep 17 00:00:00 2001 From: Nicky Date: Wed, 13 Apr 2022 10:28:46 +0200 Subject: Remove obsolete and unmaintained USE_SYSTEMLIBS --- indra/cmake/ExamplePlugin.cmake | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'indra/cmake/ExamplePlugin.cmake') diff --git a/indra/cmake/ExamplePlugin.cmake b/indra/cmake/ExamplePlugin.cmake index 5d826c1f66..c7ffaf024e 100644 --- a/indra/cmake/ExamplePlugin.cmake +++ b/indra/cmake/ExamplePlugin.cmake @@ -2,13 +2,8 @@ include(Linking) include(Prebuilt) -if (USESYSTEMLIBS) - set(EXAMPLEPLUGIN OFF CACHE BOOL +set(EXAMPLEPLUGIN ON CACHE BOOL "EXAMPLEPLUGIN support for the llplugin/llmedia test apps.") -else (USESYSTEMLIBS) - set(EXAMPLEPLUGIN ON CACHE BOOL - "EXAMPLEPLUGIN support for the llplugin/llmedia test apps.") -endif (USESYSTEMLIBS) if (WINDOWS) elseif (DARWIN) -- cgit v1.2.3 From c8eb53859fb9b9f59d5ce8ef67f4011e95e34a9a Mon Sep 17 00:00:00 2001 From: Nicky Date: Sat, 16 Apr 2022 14:21:26 +0200 Subject: Remove unused code --- indra/cmake/ExamplePlugin.cmake | 5 ----- 1 file changed, 5 deletions(-) (limited to 'indra/cmake/ExamplePlugin.cmake') diff --git a/indra/cmake/ExamplePlugin.cmake b/indra/cmake/ExamplePlugin.cmake index c7ffaf024e..6234035474 100644 --- a/indra/cmake/ExamplePlugin.cmake +++ b/indra/cmake/ExamplePlugin.cmake @@ -4,8 +4,3 @@ include(Prebuilt) set(EXAMPLEPLUGIN ON CACHE BOOL "EXAMPLEPLUGIN support for the llplugin/llmedia test apps.") - -if (WINDOWS) -elseif (DARWIN) -elseif (LINUX) -endif (WINDOWS) -- cgit v1.2.3