mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 07:38:33 -05: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