mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-02-24 04:01:12 +00:00
libs: removed SQLite threadsafe warning
This commit is contained in:
parent
113388b231
commit
c5d1c33167
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ endif()
|
||||||
if(WITH_SQLITE_THREADSAFE)
|
if(WITH_SQLITE_THREADSAFE)
|
||||||
add_definitions(-DSQLITE_THREADSAFE=1)
|
add_definitions(-DSQLITE_THREADSAFE=1)
|
||||||
else()
|
else()
|
||||||
message("SQLite3 threadsafe is disabled. WARNING: Use with ET:L only!")
|
message("SQLite3 threadsafe is disabled")
|
||||||
add_definitions(-DSQLITE_THREADSAFE=0)
|
add_definitions(-DSQLITE_THREADSAFE=0)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue