mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmcldeps: Suppress rc dummy output
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 Copyright (C) Microsoft Corporation. All rights reserved.
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