Verified Commit 72648bdf authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

[CMake] Search for Cargo as a dependency

parent 5565d6d1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -299,6 +299,10 @@ mark_variables_as_advanced(REGEX "^(FETCHCONTENT|fmt|FMT|spdlog|SPDLOG)_.*$")
message(STATUS "[${PROJECT_NAME}] Checking for Redis Plus Plus")
find_package(RedisPlusPlus 1.3.3 REQUIRED)

### Cargo: required for transferring datasets between storage tiers
message(STATUS "[${PROJECT_NAME}] Checking for Cargo")
find_package(Cargo 0.2.0 REQUIRED)


# ##############################################################################
# Process subdirectories