diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-08-22 21:52:00 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-08-24 13:14:56 (GMT) |
commit | eef6df5c7d97680f9c20729555c061cf3e2b2482 (patch) | |
tree | 853a767941f7524064f29ea928568f608c84a799 /Tests/IncludeDirectories/CMP0021/includes/cmp0021/cmp0021.h | |
parent | 374af6529a08fc1c9c9c16e5d55929c450db6e35 (diff) | |
download | CMake-eef6df5c7d97680f9c20729555c061cf3e2b2482.zip CMake-eef6df5c7d97680f9c20729555c061cf3e2b2482.tar.gz CMake-eef6df5c7d97680f9c20729555c061cf3e2b2482.tar.bz2 |
Fix OLD behavior of CMP0021.
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.
Diffstat (limited to 'Tests/IncludeDirectories/CMP0021/includes/cmp0021/cmp0021.h')
-rw-r--r-- | Tests/IncludeDirectories/CMP0021/includes/cmp0021/cmp0021.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/IncludeDirectories/CMP0021/includes/cmp0021/cmp0021.h b/Tests/IncludeDirectories/CMP0021/includes/cmp0021/cmp0021.h new file mode 100644 index 0000000..3d49b31 --- /dev/null +++ b/Tests/IncludeDirectories/CMP0021/includes/cmp0021/cmp0021.h @@ -0,0 +1,2 @@ + +#define CMP0021_DEFINE |