summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorCallum Prentice <callum@gmail.com>2020-10-06 17:20:08 -0700
committerCallum Prentice <callum@gmail.com>2020-10-06 17:20:08 -0700
commit56e30615530bf5d1c86fbafee89c9998a079e88f (patch)
treeefc724ca761903b4c5eac2bac2a9775c92010dd9 /indra/cmake
parent3092aa8aae496803707980eb456cddbb9960ef1c (diff)
Remove SQLite from project and we are now not going to use it for the cache
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/SQLite.cmake11
1 files changed, 0 insertions, 11 deletions
diff --git a/indra/cmake/SQLite.cmake b/indra/cmake/SQLite.cmake
deleted file mode 100644
index 3571ca7d1e..0000000000
--- a/indra/cmake/SQLite.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
-# -*- cmake -*-
-include(Prebuilt)
-
-if (USESYSTEMLIBS)
- include(FindPkgConfig)
- pkg_check_modules(SQLITE REQUIRED sqlite3)
-else (USESYSTEMLIBS)
- use_prebuilt_binary(sqlite)
- set(SQLITE_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include/sqlite/)
- set(SQLITE_LIBRARIES sqlite)
-endif (USESYSTEMLIBS)