|
|
@@ -386,6 +386,12 @@ void cmStateSnapshot::InitializeFromParent()
|
|
|
parent->BuildSystemDirectory->CompileOptionsBacktraces,
|
|
|
this->Position->BuildSystemDirectory->CompileOptionsBacktraces,
|
|
|
this->Position->CompileOptionsPosition);
|
|
|
+
|
|
|
+ const char* include_regex =
|
|
|
+ parent->BuildSystemDirectory->Properties.GetPropertyValue(
|
|
|
+ "INCLUDE_REGULAR_EXPRESSION");
|
|
|
+ this->Position->BuildSystemDirectory->Properties.SetProperty(
|
|
|
+ "INCLUDE_REGULAR_EXPRESSION", include_regex);
|
|
|
}
|
|
|
|
|
|
cmState* cmStateSnapshot::GetState() const
|