mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-02-23 11:51:10 +00:00
fix mod only building
This commit is contained in:
parent
0007fc6830
commit
a7a9f4b342
1 changed files with 1 additions and 1 deletions
|
@ -724,7 +724,7 @@ endif()
|
|||
#-----------------------------------------------------------------
|
||||
# Build bundled SQLITE3 library
|
||||
#-----------------------------------------------------------------
|
||||
if(BUNDLED_SQLITE3 AND (BUILD_CLIENT OR BUILD_SERVER))
|
||||
if(BUNDLED_SQLITE3 AND (BUILD_CLIENT OR BUILD_SERVER OR BUILD_MOD))
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/sqlite3/CMakeLists.txt)
|
||||
set(SQLITE3_BUNDLED_LIBRARIES bundled_sqlite3)
|
||||
set(SQLITE3_BUNDLED_INCLUDE_DIR "${CMAKE_CURRENT_LIST_DIR}/sqlite3/src")
|
||||
|
|
Loading…
Reference in a new issue