mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Disable sqlite support by default
This commit is contained in:
parent
47da7f8bc8
commit
a7045c1790
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