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;
|
return;
|
||||||
case cmSystemTools::RESOURCE_FILE_FORMAT:
|
case cmSystemTools::RESOURCE_FILE_FORMAT:
|
||||||
{
|
{
|
||||||
flags = " $(INCLUDE_FLAGS) ";
|
|
||||||
// use rc rule here if it is defined
|
// use rc rule here if it is defined
|
||||||
const char* rule = m_Makefile->GetDefinition("CMAKE_COMPILE_RESOURCE");
|
const char* rule = m_Makefile->GetDefinition("CMAKE_COMPILE_RESOURCE");
|
||||||
if(rule)
|
if(rule)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user