mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-19 22:53:47 +00:00
Disable sqlite support by default
This commit is contained in:
parent
d7c7847274
commit
bdfe44cc93
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
# IN THE SOFTWARE.
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
option(TORQUE_SQLITE "Enable sqlite module" ON)
|
||||
option(TORQUE_SQLITE "Enable sqlite module" OFF)
|
||||
if(TORQUE_SQLITE)
|
||||
addPath( "${srcDir}/sqlite" )
|
||||
addLib( "sqlite" )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue