summaryrefslogtreecommitdiffstats
path: root/Source/cmPolicies.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-01-22 13:47:55 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-01-22 13:47:55 (GMT)
commit1021ad80f9faa41eb6755287904f5ef692deaf02 (patch)
treeb5c319221906d255612b2c3ef6bbc165dfc15175 /Source/cmPolicies.cxx
parent041690c42cdde6e9c2d9682dbe3c835f177d8e38 (diff)
parente00db59d6c3f1c519f0f0d7a359d6d1be396b255 (diff)
downloadCMake-1021ad80f9faa41eb6755287904f5ef692deaf02.zip
CMake-1021ad80f9faa41eb6755287904f5ef692deaf02.tar.gz
CMake-1021ad80f9faa41eb6755287904f5ef692deaf02.tar.bz2
Merge topic 'qcc-id'
e00db59d QNX: Introduce QCC compiler id for that QNX platform compiler. d2dea79b CMakeDetermine*Compiler: Fix typo 'lile' => 'like'
Diffstat (limited to 'Source/cmPolicies.cxx')
-rw-r--r--Source/cmPolicies.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmPolicies.cxx b/Source/cmPolicies.cxx
index 020a782..a1451f1 100644
--- a/Source/cmPolicies.cxx
+++ b/Source/cmPolicies.cxx
@@ -336,6 +336,11 @@ cmPolicies::cmPolicies()
CMP0046, "CMP0046",
"Error on non-existent dependency in add_dependencies.",
3,0,0,0, cmPolicies::WARN);
+
+ this->DefinePolicy(
+ CMP0047, "CMP0047",
+ "Use QCC compiler id for the qcc drivers on QNX.",
+ 3,0,0,0, cmPolicies::WARN);
}
cmPolicies::~cmPolicies()