From 286bec6b4304030590e7f5ba7b797d00ebbc83ad Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Sun, 29 Sep 2024 20:10:51 +0800 Subject: 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. --- indra/newview/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'indra/newview') 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)) -- cgit v1.2.3