We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PCRE_INCLUDE
1 parent 818d7e1 commit ed99defCopy full SHA for ed99def
1 file changed
cmake/printInfo.cmake
@@ -79,6 +79,7 @@ endif()
79
message(STATUS)
80
message(STATUS "HAVE_RULES = ${HAVE_RULES}")
81
if(HAVE_RULES)
82
+ message(STATUS "PCRE_INCLUDE = ${PCRE_INCLUDE}")
83
message(STATUS "PCRE_LIBRARY = ${PCRE_LIBRARY}")
84
message(STATUS "PCRE2_INCLUDE = ${PCRE2_INCLUDE}")
85
message(STATUS "PCRE2_LIBRARY = ${PCRE2_LIBRARY}")
0 commit comments