mirror of
https://github.com/reactos/CMake.git
synced 2024-12-12 05:45:51 +00:00
65a78ec5b8
Policy CMP0002's OLD behavior allows duplicate non-custom targets. We test it with a project that builds two executables of the same name by setting CMP0002 to OLD.
5 lines
31 B
C
5 lines
31 B
C
int main(void)
|
|
{
|
|
return 0;
|
|
}
|