summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-09-29 20:10:51 +0800
committerErik Kundiman <erik@megapahit.org>2024-09-29 20:10:51 +0800
commit286bec6b4304030590e7f5ba7b797d00ebbc83ad (patch)
tree0e8e6ca5148ad0d0587bfb1b6bbb6afc31fa94b1 /indra/newview
parent7fdb350e487acc35b26de6e243ff27f94185d3a5 (diff)
Fix extracted OpenSSL1.1.1w dir name
and specialise it just for FreeBSD, along with other fixes to get it building again on FreeBSD with an empty packages folder.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index ff6843a22c..92e8ce8371 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -54,9 +54,7 @@ include(LLPrimitive)
if (ENABLE_MEDIA_PLUGINS)
include(LibVLCPlugin)
- if (DARWIN OR LINUX)
- include(CEFPlugin)
- endif (DARWIN OR LINUX)
+ include(CEFPlugin)
endif (ENABLE_MEDIA_PLUGINS)
if (NOT (USESYSTEMLIBS OR HAVOK_TPV))