Files
rippled/src/soci/cmake/dependencies/SQLite3.cmake

6 lines
108 B
CMake

set(SQLITE3_FIND_QUIETLY TRUE)
find_package(SQLite3)
boost_external_report(SQLite3 INCLUDE_DIR LIBRARIES)