1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Fix to enable FindRADOS.cmake to work
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2025-02-25
Forwarded: no
Index: eckit-2.0.0/CMakeLists.txt
===================================================================
--- eckit-2.0.0.orig/CMakeLists.txt
+++ eckit-2.0.0/CMakeLists.txt
@@ -111,7 +111,7 @@ endif()
ecbuild_add_option( FEATURE RADOS
DEFAULT OFF
DESCRIPTION "Ceph/Rados storage support"
- REQUIRED_PACKAGES Rados )
+ REQUIRED_PACKAGES RADOS )
### MKL
|