summaryrefslogtreecommitdiff
path: root/indra/cmake/LLAppearance.cmake
diff options
context:
space:
mode:
authorNicky <nicky.dasmijn@gmail.com>2022-04-16 19:49:08 +0200
committerNicky <nicky.dasmijn@gmail.com>2022-04-16 19:49:08 +0200
commit4d4caaaf1f5d0e486bdaa6fb57c00e04c201c6db (patch)
treed57ca7e24de647d16aebac41c5ce5e9a382aae61 /indra/cmake/LLAppearance.cmake
parentddc2c0265dface6cc17eae1c81c9ba246dc57078 (diff)
Removed unused HEADLESS case.
Diffstat (limited to 'indra/cmake/LLAppearance.cmake')
-rw-r--r--indra/cmake/LLAppearance.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/cmake/LLAppearance.cmake b/indra/cmake/LLAppearance.cmake
index 99399d349a..bf34b13714 100644
--- a/indra/cmake/LLAppearance.cmake
+++ b/indra/cmake/LLAppearance.cmake
@@ -4,11 +4,6 @@ include(Variables)
include(Boost)
include(LLCoreHttp)
-if (BUILD_HEADLESS)
- set(LLAPPEARANCE_HEADLESS_LIBRARIES
- llappearanceheadless
- )
-endif (BUILD_HEADLESS)