mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Disable sqlite support by default
This commit is contained in:
parent
47da7f8bc8
commit
a7045c1790
|
|
@ -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…
Reference in a new issue