Merge topic 'fix-CustomCommand-main'

d54618f Tests/CustomCommand: Do not use 'main' in a library
This commit is contained in:
David Cole 2012-07-12 15:59:55 -04:00 committed by CMake Topic Stage
commit 344bdb69e2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#include "generated.h"
int main()
int mainGeneratedHeader()
{
return 0;
}