diff options
Diffstat (limited to 'Source/cmIncludeCommand.cxx')
-rw-r--r-- | Source/cmIncludeCommand.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmIncludeCommand.cxx b/Source/cmIncludeCommand.cxx index 56883fb..3695a9b 100644 --- a/Source/cmIncludeCommand.cxx +++ b/Source/cmIncludeCommand.cxx @@ -24,6 +24,8 @@ bool cmIncludeCommand(std::vector<std::string> const& args, DeprecatedModules["Documentation"] = cmPolicies::CMP0106; DeprecatedModules["FindCUDA"] = cmPolicies::CMP0146; DeprecatedModules["FindDart"] = cmPolicies::CMP0145; + DeprecatedModules["FindPythonInterp"] = cmPolicies::CMP0148; + DeprecatedModules["FindPythonLibs"] = cmPolicies::CMP0148; DeprecatedModules["WriteCompilerDetectionHeader"] = cmPolicies::CMP0120; } |