We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PCRE_INCLUDE
1 parent 7891004 commit f62e315Copy full SHA for f62e315
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
endif()
85
0 commit comments