Lines Matching refs:SET

75 SET(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake) # for FindReadline.cmake
116 SET(BUILD_SHARED_LIBS OFF CACHE BOOL
127 SET(PCRE_EBCDIC OFF CACHE BOOL
130 SET(PCRE_EBCDIC_NL25 OFF CACHE BOOL
133 SET(PCRE_LINK_SIZE "2" CACHE STRING
136 SET(PCRE_PARENS_NEST_LIMIT "250" CACHE STRING
139 SET(PCRE_MATCH_LIMIT "10000000" CACHE STRING
142 SET(PCRE_MATCH_LIMIT_RECURSION "MATCH_LIMIT" CACHE STRING
145 SET(PCREGREP_BUFSIZE "20480" CACHE STRING
148 SET(PCRE_NEWLINE "LF" CACHE STRING
151 SET(PCRE_NO_RECURSE OFF CACHE BOOL
154 SET(PCRE_POSIX_MALLOC_THRESHOLD "10" CACHE STRING
157 SET(PCRE_SUPPORT_JIT OFF CACHE BOOL
160 SET(PCRE_SUPPORT_PCREGREP_JIT ON CACHE BOOL
163 SET(PCRE_SUPPORT_UTF OFF CACHE BOOL
166 SET(PCRE_SUPPORT_UNICODE_PROPERTIES OFF CACHE BOOL
169 SET(PCRE_SUPPORT_BSR_ANYCRLF OFF CACHE BOOL
172 SET(PCRE_SUPPORT_VALGRIND OFF CACHE BOOL
229 SET(pcre_have_type_traits 0)
230 SET(pcre_have_bits_type_traits 0)
233 SET(pcre_have_type_traits 1)
237 SET(pcre_have_bits_type_traits 1)
240 SET(pcre_have_long_long 0)
241 SET(pcre_have_ulong_long 0)
244 SET(pcre_have_long_long 1)
248 SET(pcre_have_ulong_long 1)
252 SET(PCRE_STATIC 1)
260 SET(SUPPORT_PCRE8 1)
264 SET(SUPPORT_PCRE16 1)
268 SET(SUPPORT_PCRE32 1)
273 SET(PCRE_BUILD_PCRECPP OFF)
278 SET(PCRE_BUILD_PCREGREP OFF)
286 SET(BSR_ANYCRLF 1)
290 SET(SUPPORT_UTF 1)
291 SET(PCRE_SUPPORT_UTF ON)
295 SET(SUPPORT_UCP 1)
299 SET(SUPPORT_JIT 1)
303 SET(SUPPORT_PCREGREP_JIT 1)
307 SET(SUPPORT_VALGRIND 1)
311 # SET(PCRETEST_LIBS ${READLINE_LIBRARY})
317 SET(SUPPORT_LIBREADLINE 1)
318 SET(PCRETEST_LIBS ${READLINE_LIBRARY} ${NCURSES_LIBRARY})
324 SET(SUPPORT_LIBEDIT 1)
325 SET(PCRETEST_LIBS ${EDITLINE_LIBRARY} ${NCURSES_LIBRARY})
329 SET(SUPPORT_LIBZ 1)
330 SET(PCREGREP_LIBS ${PCREGREP_LIBS} ${ZLIB_LIBRARIES})
334 SET(SUPPORT_LIBBZ2 1)
335 SET(PCREGREP_LIBS ${PCREGREP_LIBS} ${BZIP2_LIBRARIES})
338 SET(NEWLINE "")
341 SET(NEWLINE "10")
344 SET(NEWLINE "13")
347 SET(NEWLINE "3338")
350 SET(NEWLINE "-1")
353 SET(NEWLINE "-2")
361 SET(EBCDIC 1)
363 SET(NEWLINE "21")
366 SET(NEWLINE "3349")
371 SET(EBCDIC 1)
372 SET(EBCDIC_NL25 1)
374 SET(NEWLINE "37")
377 SET(NEWLINE "3365")
382 SET(NO_RECURSE 1)
449 SET(PCRE_HEADERS ${PROJECT_BINARY_DIR}/pcre.h)
452 SET(PCRE_SOURCES
476 SET(PCREPOSIX_HEADERS pcreposix.h)
478 SET(PCREPOSIX_SOURCES pcreposix.c)
483 SET(PCRE16_SOURCES
510 SET(PCRE32_SOURCES
543 SET(PCRE_SOURCES
553 SET(PCREPOSIX_SOURCES
561 SET(PCRE_SOURCES
565 SET(PCREPOSIX_SOURCES
570 SET(PCRECPP_HEADERS
577 SET(PCRECPP_SOURCES
591 SET(CMAKE_INCLUDE_CURRENT_DIR 1)
595 SET(CMAKE_DEBUG_POSTFIX "d")
598 SET(targets)
604 SET(targets ${targets} pcre)
606 SET(targets ${targets} pcreposix)
627 SET(targets ${targets} pcre16)
647 SET(targets ${targets} pcre32)
668 SET(targets ${targets} pcrecpp)
700 SET(targets ${targets} pcregrep)
708 SET(PCRETEST_SOURCES pcretest.c)
720 SET(targets ${targets} pcretest)
734 SET(targets ${targets} pcre_jit_test)
735 SET(PCRE_JIT_TEST_LIBS )
750 SET(targets ${targets} pcrecpp_unittest)
759 SET(targets ${targets} pcre_scanner_unittest)
763 SET(targets ${targets} pcre_stringpiece_unittest)
826 SET srcdir=\"${winsrc}\"
827 SET pcretest=\"${winexe}\"
828 if not [%CMAKE_CONFIG_TYPE%]==[] SET pcretest=\"${winbin}\\%CMAKE_CONFIG_TYPE%\\pcretest.exe\"
865 SET(CMAKE_INSTALL_ALWAYS 1)
885 SET(man3_new ${man3} ${man})
888 SET(man3 ${man3_new})
908 SET(BUILD_STATIC_LIBS OFF)
910 SET(BUILD_STATIC_LIBS ON)
916 SET(cfsp " ")
919 SET(cxxfsp " ")