mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 03:59:58 +00:00
ENH: fix for earlier fix on source with relative path
This commit is contained in:
parent
bb043289d0
commit
fd05925bda
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user