mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-07 00:00:57 +00:00
Merge topic 'deps-quiet-rc'
1336a76380 cmcldeps: Suppress rc dummy output
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6771
This commit is contained in:
@@ -294,7 +294,8 @@ int main()
|
||||
return exit_code;
|
||||
|
||||
// compile rc file with rc.exe
|
||||
return process(srcfilename, "", objfile, prefix, binpath + " " + rest);
|
||||
return process(srcfilename, "", objfile, prefix, binpath + " " + rest,
|
||||
std::string(), true);
|
||||
}
|
||||
|
||||
usage("Invalid language specified.");
|
||||
|
||||
Reference in New Issue
Block a user