projects
/
services
/
createrepo_c.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fd1fa5
)
Enable drpm support when drpm library is detected on system (RhBug: 1261031) (Issue...
author
Tomas Mlcoch
<tmlcoch@redhat.com>
Tue, 29 Sep 2015 12:38:05 +0000
(14:38 +0200)
committer
Tomas Mlcoch
<tmlcoch@redhat.com>
Tue, 29 Sep 2015 12:38:05 +0000
(14:38 +0200)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 61db0649fde607103fe13a4ea6da2ec0e02d8a46..10ea85c411d150e87ff66954cf435324dc780ad1 100644
(file)
--- 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)