Lines Matching refs:STATUS
272 MESSAGE(STATUS "** PCRE_BUILD_PCRE8 must be enabled for the C++ library support")
277 MESSAGE(STATUS "** PCRE_BUILD_PCRE8 must be enabled for the pcregrep program")
921 MESSAGE(STATUS "")
922 MESSAGE(STATUS "")
923 MESSAGE(STATUS "PCRE configuration summary:")
924 MESSAGE(STATUS "")
925 MESSAGE(STATUS " Install prefix .................. : ${CMAKE_INSTALL_PREFIX}")
926 MESSAGE(STATUS " C compiler ...................... : ${CMAKE_C_COMPILER}")
927 MESSAGE(STATUS " C++ compiler .................... : ${CMAKE_CXX_COMPILER}")
928 …MESSAGE(STATUS " C compiler flags ................ : ${CMAKE_C_FLAGS}${cfsp}${CMAKE_C_FLAGS_${bui…
929 …MESSAGE(STATUS " C++ compiler flags .............. : ${CMAKE_CXX_FLAGS}${cxxfsp}${CMAKE_CXX_FLAGS…
930 MESSAGE(STATUS "")
931 MESSAGE(STATUS " Build 8 bit PCRE library ........ : ${PCRE_BUILD_PCRE8}")
932 MESSAGE(STATUS " Build 16 bit PCRE library ....... : ${PCRE_BUILD_PCRE16}")
933 MESSAGE(STATUS " Build 32 bit PCRE library ....... : ${PCRE_BUILD_PCRE32}")
934 MESSAGE(STATUS " Build C++ library ............... : ${PCRE_BUILD_PCRECPP}")
935 MESSAGE(STATUS " Enable JIT compiling support .... : ${PCRE_SUPPORT_JIT}")
936 MESSAGE(STATUS " Enable UTF support .............. : ${PCRE_SUPPORT_UTF}")
937 MESSAGE(STATUS " Unicode properties .............. : ${PCRE_SUPPORT_UNICODE_PROPERTIES}")
938 MESSAGE(STATUS " Newline char/sequence ........... : ${PCRE_NEWLINE}")
939 MESSAGE(STATUS " \\R matches only ANYCRLF ......... : ${PCRE_SUPPORT_BSR_ANYCRLF}")
940 MESSAGE(STATUS " EBCDIC coding ................... : ${PCRE_EBCDIC}")
941 MESSAGE(STATUS " EBCDIC coding with NL=0x25 ...... : ${PCRE_EBCDIC_NL25}")
942 MESSAGE(STATUS " Rebuild char tables ............. : ${PCRE_REBUILD_CHARTABLES}")
943 MESSAGE(STATUS " No stack recursion .............. : ${PCRE_NO_RECURSE}")
944 MESSAGE(STATUS " POSIX mem threshold ............. : ${PCRE_POSIX_MALLOC_THRESHOLD}")
945 MESSAGE(STATUS " Internal link size .............. : ${PCRE_LINK_SIZE}")
946 MESSAGE(STATUS " Parentheses nest limit .......... : ${PCRE_PARENS_NEST_LIMIT}")
947 MESSAGE(STATUS " Match limit ..................... : ${PCRE_MATCH_LIMIT}")
948 MESSAGE(STATUS " Match limit recursion ........... : ${PCRE_MATCH_LIMIT_RECURSION}")
949 MESSAGE(STATUS " Build shared libs ............... : ${BUILD_SHARED_LIBS}")
950 MESSAGE(STATUS " Build static libs ............... : ${BUILD_STATIC_LIBS}")
951 MESSAGE(STATUS " Build pcregrep .................. : ${PCRE_BUILD_PCREGREP}")
952 MESSAGE(STATUS " Enable JIT in pcregrep .......... : ${PCRE_SUPPORT_PCREGREP_JIT}")
953 MESSAGE(STATUS " Buffer size for pcregrep ........ : ${PCREGREP_BUFSIZE}")
954 MESSAGE(STATUS " Build tests (implies pcretest .. : ${PCRE_BUILD_TESTS}")
955 MESSAGE(STATUS " and pcregrep)")
957 MESSAGE(STATUS " Link pcregrep with libz ......... : ${PCRE_SUPPORT_LIBZ}")
959 MESSAGE(STATUS " Link pcregrep with libz ......... : Library not found" )
962 MESSAGE(STATUS " Link pcregrep with libbz2 ....... : ${PCRE_SUPPORT_LIBBZ2}")
964 MESSAGE(STATUS " Link pcregrep with libbz2 ....... : Library not found" )
967 MESSAGE(STATUS " Link pcretest with libeditline .. : ${PCRE_SUPPORT_LIBEDIT}")
969 MESSAGE(STATUS " Link pcretest with libeditline .. : Library not found" )
972 MESSAGE(STATUS " Link pcretest with libreadline .. : ${PCRE_SUPPORT_LIBREADLINE}")
974 MESSAGE(STATUS " Link pcretest with libreadline .. : Library not found" )
976 MESSAGE(STATUS " Support Valgrind .................: ${PCRE_SUPPORT_VALGRIND}")
977 MESSAGE(STATUS " Support coverage .................: ${PCRE_SUPPORT_COVERAGE}")
980 MESSAGE(STATUS " Non-standard dll names (prefix) . : ${NON_STANDARD_LIB_PREFIX}")
981 MESSAGE(STATUS " Non-standard dll names (suffix) . : ${NON_STANDARD_LIB_SUFFIX}")
985 MESSAGE(STATUS " Install MSVC .pdb files ..........: ${INSTALL_MSVC_PDB}")
988 MESSAGE(STATUS "")