From f488e5855a310d0db55baac758da5c2f8621d2ee Mon Sep 17 00:00:00 2001
From: Graham Linden <graham@lindenlab.com>
Date: Wed, 6 Mar 2019 11:23:07 -0800
Subject: [PATCH] Remove refs to libatmo libraries (not pulled into cmake
 anymore).

---
 indra/llrender/CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/indra/llrender/CMakeLists.txt b/indra/llrender/CMakeLists.txt
index 0a23b6c0411..0a81c1c6dd9 100644
--- a/indra/llrender/CMakeLists.txt
+++ b/indra/llrender/CMakeLists.txt
@@ -107,7 +107,6 @@ if (BUILD_HEADLESS)
     ${LLXML_LIBRARIES}
     ${LLVFS_LIBRARIES}
     ${LLWINDOW_HEADLESS_LIBRARIES}
-    ${LIBATMOSPHERE_LIBRARIES}
     ${OPENGL_HEADLESS_LIBRARIES}
     )
 
@@ -132,7 +131,6 @@ target_link_libraries(llrender
     ${LLVFS_LIBRARIES}
     ${LLWINDOW_LIBRARIES}
     ${FREETYPE_LIBRARIES}
-    ${LIBATMOSPHERE_LIBRARIES}
     ${OPENGL_LIBRARIES}
     )
 
-- 
GitLab