diff options
author | Cristian Le <git@lecris.dev> | 2024-01-03 19:34:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-01-09 21:36:55 (GMT) |
commit | fa00928bcded97d20c9aa2813f68f1df41591125 (patch) | |
tree | c84c88485c075b94d2f92d3e6467fb776a217f41 /Tests/RunCMake/file-STRINGS/CMP0159.txt | |
parent | ff0085cf74eb10a7e5f9c906258022c6b8b68413 (diff) | |
download | CMake-fa00928bcded97d20c9aa2813f68f1df41591125.zip CMake-fa00928bcded97d20c9aa2813f68f1df41591125.tar.gz CMake-fa00928bcded97d20c9aa2813f68f1df41591125.tar.bz2 |
file: `STRINGS` + `REGEX` store match results
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
Diffstat (limited to 'Tests/RunCMake/file-STRINGS/CMP0159.txt')
-rw-r--r-- | Tests/RunCMake/file-STRINGS/CMP0159.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/file-STRINGS/CMP0159.txt b/Tests/RunCMake/file-STRINGS/CMP0159.txt new file mode 100644 index 0000000..4b31aed --- /dev/null +++ b/Tests/RunCMake/file-STRINGS/CMP0159.txt @@ -0,0 +1,3 @@ +overwritten-value: -1 +real-value: 1 +ignored = -2 |