mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix failing Clio build
This commit is contained in:
committed by
manojsdoshi
parent
711608e652
commit
8aa617d972
@@ -18,14 +18,14 @@ if (is_root_project) # NuDB not needed in the case of xrpl_core inclusion build
|
|||||||
message (STATUS "Pausing to download NuDB...")
|
message (STATUS "Pausing to download NuDB...")
|
||||||
FetchContent_Populate(nudb_src)
|
FetchContent_Populate(nudb_src)
|
||||||
endif()
|
endif()
|
||||||
endif ()
|
|
||||||
|
|
||||||
file(TO_CMAKE_PATH "${nudb_src_SOURCE_DIR}" nudb_src_SOURCE_DIR)
|
file(TO_CMAKE_PATH "${nudb_src_SOURCE_DIR}" nudb_src_SOURCE_DIR)
|
||||||
# specify as system includes so as to avoid warnings
|
# specify as system includes so as to avoid warnings
|
||||||
target_include_directories (nudb SYSTEM INTERFACE ${nudb_src_SOURCE_DIR}/include)
|
target_include_directories (nudb SYSTEM INTERFACE ${nudb_src_SOURCE_DIR}/include)
|
||||||
target_link_libraries (nudb
|
target_link_libraries (nudb
|
||||||
INTERFACE
|
INTERFACE
|
||||||
Boost::thread
|
Boost::thread
|
||||||
Boost::system)
|
Boost::system)
|
||||||
add_library (NIH::nudb ALIAS nudb)
|
add_library (NIH::nudb ALIAS nudb)
|
||||||
target_link_libraries (ripple_libs INTERFACE NIH::nudb)
|
target_link_libraries (ripple_libs INTERFACE NIH::nudb)
|
||||||
|
endif ()
|
||||||
|
|||||||
Reference in New Issue
Block a user