mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-19 21:20:16 -06:00
13 lines
280 B
CMake
13 lines
280 B
CMake
set(REGEX_TO_MATCH "
|
|
.*.UseRelativePaths_Experimental = true.*
|
|
.*.UseDeterministicPaths_Experimental = true.*
|
|
.*.SourceMapping_Experimental = '/new/root'.*
|
|
.*.AllowResponseFile = true.*
|
|
.*.ExtraFiles =.*
|
|
.*{
|
|
.*'file1',
|
|
.*'file2'
|
|
.*}
|
|
")
|
|
include(${RunCMake_SOURCE_DIR}/check.cmake)
|