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