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-OLD.cmake | |
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-OLD.cmake')
-rw-r--r-- | Tests/RunCMake/file-STRINGS/CMP0159-OLD.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/file-STRINGS/CMP0159-OLD.cmake b/Tests/RunCMake/file-STRINGS/CMP0159-OLD.cmake new file mode 100644 index 0000000..4137aea --- /dev/null +++ b/Tests/RunCMake/file-STRINGS/CMP0159-OLD.cmake @@ -0,0 +1,4 @@ + +cmake_policy(SET CMP0159 OLD) + +include(CMP0159-Common.cmake) |