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