mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
Don't fail if sqlite is not present.
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
include (${CMAKE_MODULE_PATH}/sqlite3.cmake)
|
||||
if (NOT SQLITE3_FOUND)
|
||||
message(STATUS "sqlite3 not found, not building hsbench")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if (NOT XCODE)
|
||||
include_directories(SYSTEM ${SQLITE3_INCLUDE_DIRS})
|
||||
|
Reference in New Issue
Block a user