summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authornat-goodspeed <nat@lindenlab.com>2023-05-04 13:39:59 -0400
committerGitHub <noreply@github.com>2023-05-04 13:39:59 -0400
commit66413dfa383b5f74bce7be498eb8f1dd3ce54db7 (patch)
treedca9be58e43a6c09664e05cc55771e9769832e92 /indra/cmake
parenta9dca4577337037f1b4a62713927871666014043 (diff)
parente3f3eea825f9812afe2e79c0669170173be68793 (diff)
Merge pull request #203 from secondlife/DRTVWR-559-zapfunc
DRTVWR-559: Replace debugLoggingEnabled() function with LL_DEBUGS().
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/FMODSTUDIO.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/FMODSTUDIO.cmake b/indra/cmake/FMODSTUDIO.cmake
index c5b21ac4e5..9a1cdff6cb 100644
--- a/indra/cmake/FMODSTUDIO.cmake
+++ b/indra/cmake/FMODSTUDIO.cmake
@@ -2,7 +2,7 @@
include_guard()
-# FMODSTUDIO can be set when launching the make using the argument -DFMODSTUDIO:BOOL=ON
+# FMODSTUDIO can be set when launching the make using the argument -DUSE_FMODSTUDIO:BOOL=ON
# When building using proprietary binaries though (i.e. having access to LL private servers),
# we always build with FMODSTUDIO.
if (INSTALL_PROPRIETARY)