diff options
author | Brad King <brad.king@kitware.com> | 2014-04-10 13:53:13 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-04-10 13:53:13 (GMT) |
commit | 5c63c1319030222b1dbf49684ee303c5532f2a3b (patch) | |
tree | f09b563e823e4762f8040b7f57be9e2c470150d1 /Source/cmTarget.h | |
parent | e983ed7c9a32067125b0c1c80f31e12a62db0ad9 (diff) | |
parent | 783bce295b98640ebcd56a4a6ca9f673992bcaa7 (diff) | |
download | CMake-5c63c1319030222b1dbf49684ee303c5532f2a3b.zip CMake-5c63c1319030222b1dbf49684ee303c5532f2a3b.tar.gz CMake-5c63c1319030222b1dbf49684ee303c5532f2a3b.tar.bz2 |
Merge topic 'install-prefix-in-interface'
783bce29 Export: Disallow exported interface includes in src/build tree (#14592).
c869984e RunCMake: Allow specifying the source dir and file to test.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 45ae487..92b5201 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -30,7 +30,8 @@ F(CMP0038) \ F(CMP0041) \ F(CMP0042) \ - F(CMP0046) + F(CMP0046) \ + F(CMP0052) class cmake; class cmMakefile; |