mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
6 lines
108 B
CMake
6 lines
108 B
CMake
set(SQLITE3_FIND_QUIETLY TRUE)
|
|
|
|
find_package(SQLite3)
|
|
|
|
boost_external_report(SQLite3 INCLUDE_DIR LIBRARIES)
|