mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-02-23 11:51:10 +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)
|
||||
add_definitions(-DSQLITE_THREADSAFE=1)
|
||||
else()
|
||||
message("SQLite3 threadsafe is disabled. WARNING: Use with ET:L only!")
|
||||
message("SQLite3 threadsafe is disabled")
|
||||
add_definitions(-DSQLITE_THREADSAFE=0)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue