mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 15:48:09 +00:00
Fix sqlite storage when building with CMake.
This commit is contained in:
parent
6649418220
commit
cdca50a17e
1 changed files with 2 additions and 2 deletions
|
|
@ -118,7 +118,7 @@ if(ENABLE_TUNNEL)
|
|||
set(ENABLE_TUNNEL OFF CACHE BOOL "Enable tunnel support." FORCE)
|
||||
endif()
|
||||
endif()
|
||||
if(SQLITE_STORAGE_ENABLED)
|
||||
if(ENABLE_SQLITE_STORAGE)
|
||||
find_package(Sqlite3 REQUIRED)
|
||||
endif()
|
||||
if(ENABLE_NOTIFY)
|
||||
|
|
@ -204,7 +204,7 @@ if(ZLIB_FOUND)
|
|||
endif()
|
||||
if(SQLITE3_FOUND)
|
||||
include_directories(${SQLITE3_INCLUDE_DIRS})
|
||||
if(SQLITE_STORAGE_ENABLED)
|
||||
if(ENABLE_SQLITE_STORAGE)
|
||||
add_definitions("-DSQLITE_STORAGE_ENABLED")
|
||||
endif()
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue