Fix failing Clio build

This commit is contained in:
Michael Legleux
2022-04-04 11:31:26 -07:00
committed by manojsdoshi
parent 711608e652
commit 8aa617d972

View File

@@ -18,7 +18,6 @@ if (is_root_project) # NuDB not needed in the case of xrpl_core inclusion build
message (STATUS "Pausing to download NuDB...")
FetchContent_Populate(nudb_src)
endif()
endif ()
file(TO_CMAKE_PATH "${nudb_src_SOURCE_DIR}" nudb_src_SOURCE_DIR)
# specify as system includes so as to avoid warnings
@@ -29,3 +28,4 @@ target_link_libraries (nudb
Boost::system)
add_library (NIH::nudb ALIAS nudb)
target_link_libraries (ripple_libs INTERFACE NIH::nudb)
endif ()