Skip to content

Commit 5a09d76

Browse files
jenda1redhatrises
authored andcommitted
fix CMakeList.txt - include PCRE_INCLUDE_DIRS
1 parent ab08318 commit 5a09d76

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,10 @@ find_package(Doxygen)
105105
find_package(GConf)
106106
find_package(Ldap)
107107
find_package(OpenDbx)
108+
108109
find_package(PCRE REQUIRED)
110+
include_directories(${PCRE_INCLUDE_DIRS})
111+
109112
find_package(PerlLibs)
110113
find_package(Popt)
111114

0 commit comments

Comments
 (0)