mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 06:40:16 -05:00
BUG: Fix/cleanup custom commands and custom targets. Make empty comment strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators.
This commit is contained in:
@@ -24,6 +24,12 @@
|
||||
#include "cmTarget.h"
|
||||
#include "cmake.h"
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
cmMakefileExecutableTargetGenerator::cmMakefileExecutableTargetGenerator()
|
||||
{
|
||||
this->DriveCustomCommandsOnDepends = true;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
void cmMakefileExecutableTargetGenerator::WriteRuleFiles()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user