From: Tomas Mlcoch Date: Tue, 29 Sep 2015 12:38:05 +0000 (+0200) Subject: Enable drpm support when drpm library is detected on system (RhBug: 1261031) (Issue... X-Git-Tag: upstream/0.10.0~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3c97a65e210a8505adb9d95df1b1a78fa38812b1;p=services%2Fcreaterepo_c.git Enable drpm support when drpm library is detected on system (RhBug: 1261031) (Issue #37) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 61db064..10ea85c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,6 +81,7 @@ ELSE (DRPM_PATH) MESSAGE("No DRPM library installed") ELSE (NOT DRPM_LIBRARY) MESSAGE("Using DRPM library: ${DRPM_LIBRARY}") + set(CR_DELTA_RPM_SUPPORT "1") ENDIF (NOT DRPM_LIBRARY) endif (DRPM_PATH)