diff options
author | Nicky <nicky.dasmijn@gmail.com> | 2022-04-16 14:21:26 +0200 |
---|---|---|
committer | Nicky <nicky.dasmijn@gmail.com> | 2022-04-16 14:21:26 +0200 |
commit | c8eb53859fb9b9f59d5ce8ef67f4011e95e34a9a (patch) | |
tree | fa4672f723c2c2cf5aa7f43b507f5a379838d847 | |
parent | 5aea7576b0c3494c7f1051f63c7414ae18060ced (diff) |
Remove unused code
-rw-r--r-- | indra/cmake/ExamplePlugin.cmake | 5 |
1 files changed, 0 insertions, 5 deletions
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) |