mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-07-19 20:43:32 -04:00
ENH: fix for earlier fix on source with relative path
This commit is contained in:
@@ -142,7 +142,7 @@ bool cmAddCustomCommandCommand::InitialPass(std::vector<std::string> const& args
|
||||
switch (doing)
|
||||
{
|
||||
case doing_source:
|
||||
source = filename;
|
||||
source = copy;
|
||||
break;
|
||||
case doing_output:
|
||||
output = filename;
|
||||
|
||||
Reference in New Issue
Block a user