eef6df5c7d
Exclude Ninja and Xcode from the CMP0021 test They do not behave the same as the makefile generator with relative paths. Don't overwrite the header file for in-source builds.
12 lines
124 B
C++
12 lines
124 B
C++
|
|
#include "cmp0021.h"
|
|
|
|
#ifndef CMP0021_DEFINE
|
|
#error Expected CMP0021_DEFINE
|
|
#endif
|
|
|
|
int main(int, char **)
|
|
{
|
|
return 0;
|
|
}
|