Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 900957
Collapse All | Expand All

(-)editorconfig-core-c-0.12.5-orig/src/CMakeLists.txt (-1 / +3 lines)
Lines 35-41 Link Here
35
    set(CMAKE_FIND_LIBRARY_SUFFIXES ".a")
35
    set(CMAKE_FIND_LIBRARY_SUFFIXES ".a")
36
endif()
36
endif()
37
37
38
find_package(PCRE2 REQUIRED)
38
#find_package(PCRE2 REQUIRED)
39
find_package(PkgConfig)
40
pkg_search_module(PCRE2 REQUIRED libpcre2-8)
39
41
40
if(PCRE2_FOUND)
42
if(PCRE2_FOUND)
41
    include_directories(BEFORE ${PCRE2_INCLUDE_DIRS})
43
    include_directories(BEFORE ${PCRE2_INCLUDE_DIRS})

Return to bug 900957