projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a24b304
)
include also the subdirectory, because rpm headers include others
author
Duncan Mac-Vicar P
<dmacvicar@suse.de>
Fri, 14 Mar 2008 13:32:22 +0000
(13:32 +0000)
committer
Duncan Mac-Vicar P
<dmacvicar@suse.de>
Fri, 14 Mar 2008 13:32:22 +0000
(13:32 +0000)
relatively too
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
7136b54
..
17ec7dd
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-43,6
+43,8
@@
IF ( NOT RPM_FOUND)
MESSAGE( FATAL_ERROR " rpm-devel not found" )
ELSE ( NOT RPM_FOUND)
INCLUDE_DIRECTORIES(${RPM_INCLUDE_DIR})
+ # fix includes not relative to rpm
+ INCLUDE_DIRECTORIES(${RPM_INCLUDE_DIR}/rpm)
ENDIF( NOT RPM_FOUND)
FIND_PACKAGE(Boost REQUIRED)