Skip to content

Commit

Permalink
build: enable hscollider for installed PCRE package
Browse files Browse the repository at this point in the history
Fixes github issue intel#86
  • Loading branch information
xiangwang1 authored and fatchanghao committed Jun 27, 2018
1 parent 08b00f6 commit 5895b8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/pcre.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ else ()
find_package(PkgConfig)
pkg_check_modules(PCRE libpcre=${PCRE_REQUIRED_VERSION})
if (PCRE_FOUND)
set(CORRECT_PCRE_VERSION TRUE)
message(STATUS "PCRE version ${PCRE_REQUIRED_VERSION}")
else ()
message(STATUS "PCRE version ${PCRE_REQUIRED_VERSION} not found")
Expand Down

0 comments on commit 5895b8d

Please sign in to comment.