mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-26 00:20:06 -06:00
ENH: make properties a bit more formal with documentation and chaining
This commit is contained in:
@@ -70,6 +70,8 @@ bool cmVTKWrapJavaCommand::InitialPass(std::vector<std::string> const& argsIn)
|
||||
if (!curr || !curr->GetPropertyAsBool("WRAP_EXCLUDE"))
|
||||
{
|
||||
cmSourceFile file;
|
||||
file.GetProperties().SetCMakeInstance
|
||||
(this->Makefile->GetCMakeInstance());
|
||||
if (curr)
|
||||
{
|
||||
file.SetProperty("ABSTRACT",curr->GetProperty("ABSTRACT"));
|
||||
|
||||
Reference in New Issue
Block a user