summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-04-10 13:53:13 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-04-10 13:53:13 (GMT)
commit5c63c1319030222b1dbf49684ee303c5532f2a3b (patch)
treef09b563e823e4762f8040b7f57be9e2c470150d1 /Source/cmTarget.h
parente983ed7c9a32067125b0c1c80f31e12a62db0ad9 (diff)
parent783bce295b98640ebcd56a4a6ca9f673992bcaa7 (diff)
downloadCMake-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.h3
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;