File: rados.patch

package info (click to toggle)
eckit 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 11,048 kB
  • sloc: cpp: 111,135; ansic: 2,826; yacc: 590; lex: 361; python: 302; sh: 162; makefile: 53
file content (16 lines) | stat: -rw-r--r-- 440 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix to enable FindRADOS.cmake to work
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2025-02-25
Forwarded: no

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -111,7 +111,7 @@
 ecbuild_add_option( FEATURE RADOS
                     DEFAULT OFF
                     DESCRIPTION "Ceph/Rados storage support"
-                    REQUIRED_PACKAGES Rados )
+                    REQUIRED_PACKAGES RADOS )
 
 ### MKL