mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-09 00:07:35 +01:00
New SQLite Only Unbundled Option (#4983)
* New SQLite Only Unbundled Option A new option to use an unbundled (external) SQLite but all other dependencies internal. * Match Other Option Styles Force the POCO_SQLITE_UNBUNDLED option to ON when POCO_UNBUNDLED is on. Switching to this style to match the rest of the Poco cmake options.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(PocoFoundation)
|
||||
find_dependency(PocoData)
|
||||
if(@POCO_UNBUNDLED@)
|
||||
if(@POCO_SQLITE_UNBUNDLED@)
|
||||
if(CMAKE_VERSION VERSION_LESS "3.14")
|
||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/V313")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user