Lines Matching refs:STATUS
285 MESSAGE(STATUS "** PCRE2_BUILD_PCRE2_8 must be enabled for the pcre2grep program")
510 …MESSAGE(STATUS "** MSVC and PCRE2_STATIC_RUNTIME: modifying compiler flags to use static runtime l…
785 MESSAGE(STATUS "")
786 MESSAGE(STATUS "")
787 MESSAGE(STATUS "PCRE2 configuration summary:")
788 MESSAGE(STATUS "")
789 MESSAGE(STATUS " Install prefix .................. : ${CMAKE_INSTALL_PREFIX}")
790 MESSAGE(STATUS " C compiler ...................... : ${CMAKE_C_COMPILER}")
791 …MESSAGE(STATUS " C compiler flags ................ : ${CMAKE_C_FLAGS}${cfsp}${CMAKE_C_FLAGS_${bui…
792 MESSAGE(STATUS "")
793 MESSAGE(STATUS " Build 8 bit PCRE2 library ....... : ${PCRE2_BUILD_PCRE2_8}")
794 MESSAGE(STATUS " Build 16 bit PCRE2 library ...... : ${PCRE2_BUILD_PCRE2_16}")
795 MESSAGE(STATUS " Build 32 bit PCRE2 library ...... : ${PCRE2_BUILD_PCRE2_32}")
796 MESSAGE(STATUS " Enable JIT compiling support .... : ${PCRE2_SUPPORT_JIT}")
797 MESSAGE(STATUS " Use SELinux allocator in JIT .... : ${PCRE2_SUPPORT_JIT_SEALLOC}")
798 MESSAGE(STATUS " Enable Unicode support .......... : ${PCRE2_SUPPORT_UNICODE}")
799 MESSAGE(STATUS " Newline char/sequence ........... : ${PCRE2_NEWLINE}")
800 MESSAGE(STATUS " \\R matches only ANYCRLF ......... : ${PCRE2_SUPPORT_BSR_ANYCRLF}")
801 MESSAGE(STATUS " \\C is disabled .................. : ${PCRE2_NEVER_BACKSLASH_C}")
802 MESSAGE(STATUS " EBCDIC coding ................... : ${PCRE2_EBCDIC}")
803 MESSAGE(STATUS " EBCDIC coding with NL=0x25 ...... : ${PCRE2_EBCDIC_NL25}")
804 MESSAGE(STATUS " Rebuild char tables ............. : ${PCRE2_REBUILD_CHARTABLES}")
805 MESSAGE(STATUS " Internal link size .............. : ${PCRE2_LINK_SIZE}")
806 MESSAGE(STATUS " Parentheses nest limit .......... : ${PCRE2_PARENS_NEST_LIMIT}")
807 MESSAGE(STATUS " Heap limit ...................... : ${PCRE2_HEAP_LIMIT}")
808 MESSAGE(STATUS " Match limit ..................... : ${PCRE2_MATCH_LIMIT}")
809 MESSAGE(STATUS " Match depth limit ............... : ${PCRE2_MATCH_LIMIT_DEPTH}")
810 MESSAGE(STATUS " Build shared libs ............... : ${BUILD_SHARED_LIBS}")
811 MESSAGE(STATUS " Build static libs ............... : ${BUILD_STATIC_LIBS}")
812 MESSAGE(STATUS " Build pcre2grep ................. : ${PCRE2_BUILD_PCRE2GREP}")
813 MESSAGE(STATUS " Enable JIT in pcre2grep ......... : ${PCRE2_SUPPORT_PCRE2GREP_JIT}")
814 MESSAGE(STATUS " Enable callouts in pcre2grep .... : ${PCRE2_SUPPORT_PCRE2GREP_CALLOUT}")
815 MESSAGE(STATUS " Buffer size for pcre2grep ....... : ${PCRE2GREP_BUFSIZE}")
816 MESSAGE(STATUS " Build tests (implies pcre2test . : ${PCRE2_BUILD_TESTS}")
817 MESSAGE(STATUS " and pcre2grep)")
819 MESSAGE(STATUS " Link pcre2grep with libz ........ : ${PCRE2_SUPPORT_LIBZ}")
821 MESSAGE(STATUS " Link pcre2grep with libz ........ : Library not found" )
824 MESSAGE(STATUS " Link pcre2grep with libbz2 ...... : ${PCRE2_SUPPORT_LIBBZ2}")
826 MESSAGE(STATUS " Link pcre2grep with libbz2 ...... : Library not found" )
829 MESSAGE(STATUS " Link pcre2test with libeditline . : ${PCRE2_SUPPORT_LIBEDIT}")
831 MESSAGE(STATUS " Link pcre2test with libeditline . : Library not found" )
834 MESSAGE(STATUS " Link pcre2test with libreadline . : ${PCRE2_SUPPORT_LIBREADLINE}")
836 MESSAGE(STATUS " Link pcre2test with libreadline . : Library not found" )
838 MESSAGE(STATUS " Support Valgrind .................: ${PCRE2_SUPPORT_VALGRIND}")
841 MESSAGE(STATUS " Non-standard dll names (prefix) . : ${NON_STANDARD_LIB_PREFIX}")
842 MESSAGE(STATUS " Non-standard dll names (suffix) . : ${NON_STANDARD_LIB_SUFFIX}")
846 MESSAGE(STATUS " Install MSVC .pdb files ..........: ${INSTALL_MSVC_PDB}")
849 MESSAGE(STATUS "")