mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 14:01:21 +00:00
BUG: remove double include flags for rc resouce compiles
This commit is contained in:
parent
1d6eecd949
commit
d759b687a7
@ -2836,7 +2836,6 @@ OutputBuildObjectFromSource(std::ostream& fout,
|
||||
return;
|
||||
case cmSystemTools::RESOURCE_FILE_FORMAT:
|
||||
{
|
||||
flags = " $(INCLUDE_FLAGS) ";
|
||||
// use rc rule here if it is defined
|
||||
const char* rule = m_Makefile->GetDefinition("CMAKE_COMPILE_RESOURCE");
|
||||
if(rule)
|
||||
|
Loading…
Reference in New Issue
Block a user