RegexClear-stderr.txt 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. ^Matched string properly
  2. results from: setting up initial state
  3. CMAKE_MATCH_0: -->01<--
  4. CMAKE_MATCH_1: -->0<--
  5. CMAKE_MATCH_2: -->1<--
  6. CMAKE_MATCH_COUNT: -->2<--
  7. Matched string properly
  8. results from: making a match inside of find_package
  9. CMAKE_MATCH_0: -->01<--
  10. CMAKE_MATCH_1: -->0<--
  11. CMAKE_MATCH_2: -->1<--
  12. CMAKE_MATCH_COUNT: -->2<--
  13. Matched nothing properly
  14. results from: making a failure inside of find_package
  15. CMAKE_MATCH_0: --><--
  16. CMAKE_MATCH_1: --><--
  17. CMAKE_MATCH_2: --><--
  18. CMAKE_MATCH_COUNT: -->0<--
  19. Matched nothing properly
  20. results from: checking after find_package
  21. CMAKE_MATCH_0: --><--
  22. CMAKE_MATCH_1: --><--
  23. CMAKE_MATCH_2: --><--
  24. CMAKE_MATCH_COUNT: -->0<--
  25. Matched nothing properly
  26. results from: clearing out results with a failing match
  27. CMAKE_MATCH_0: --><--
  28. CMAKE_MATCH_1: --><--
  29. CMAKE_MATCH_2: --><--
  30. CMAKE_MATCH_COUNT: -->0<--
  31. Matched string properly
  32. results from: making a successful match before add_subdirectory
  33. CMAKE_MATCH_0: -->01<--
  34. CMAKE_MATCH_1: -->0<--
  35. CMAKE_MATCH_2: -->1<--
  36. CMAKE_MATCH_COUNT: -->2<--
  37. Matched string properly
  38. results from: check for success in add_subdirectory
  39. CMAKE_MATCH_0: -->01<--
  40. CMAKE_MATCH_1: -->0<--
  41. CMAKE_MATCH_2: -->1<--
  42. CMAKE_MATCH_COUNT: -->2<--
  43. Matched nothing properly
  44. results from: failing inside of add_subdirectory
  45. CMAKE_MATCH_0: --><--
  46. CMAKE_MATCH_1: --><--
  47. CMAKE_MATCH_2: --><--
  48. CMAKE_MATCH_COUNT: -->0<--
  49. Matched string properly
  50. results from: ensuring the subdirectory did not interfere with the parent
  51. CMAKE_MATCH_0: -->01<--
  52. CMAKE_MATCH_1: -->0<--
  53. CMAKE_MATCH_2: -->1<--
  54. CMAKE_MATCH_COUNT: -->2<--$