summaryrefslogtreecommitdiff
path: root/indra/cmake/MySQL.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'indra/cmake/MySQL.cmake')
-rw-r--r--indra/cmake/MySQL.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/cmake/MySQL.cmake b/indra/cmake/MySQL.cmake
index 7dc638ec57..e7400a3de4 100644
--- a/indra/cmake/MySQL.cmake
+++ b/indra/cmake/MySQL.cmake
@@ -1,7 +1,10 @@
# -*- cmake -*-
include(Linking)
+include(Prebuilt)
# We don't prebuild our own MySQL client library.
+use_prebuilt_binary(mysql)
+
set(MYSQL_FIND_QUIETLY ON)
set(MYSQL_FIND_REQUIRED ON)