diff options
author | Brad King <brad.king@kitware.com> | 2015-05-12 13:12:56 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-05-12 13:12:56 (GMT) |
commit | 53bb51fc31ddfbc7c62598db1abdef3a1cdd45e7 (patch) | |
tree | c0050bfc45d0254104555d004786dbedfa012751 /Source/cmPolicies.h | |
parent | 70d48e1287c8e91c4815573485c8acba0879df89 (diff) | |
parent | 226df303f955a8756cda7544f58242b52ea7ec2e (diff) | |
download | CMake-53bb51fc31ddfbc7c62598db1abdef3a1cdd45e7.zip CMake-53bb51fc31ddfbc7c62598db1abdef3a1cdd45e7.tar.gz CMake-53bb51fc31ddfbc7c62598db1abdef3a1cdd45e7.tar.bz2 |
Merge topic 'ctest-no-make-i'
226df303 CTest: Stop telling 'make' to ignore errors with -i
28e7a135 Help: Fix build_command alternative signature docs
231601b6 build_command: Choose configuration consistently across signatures
Diffstat (limited to 'Source/cmPolicies.h')
-rw-r--r-- | Source/cmPolicies.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h index 63376dd..536dcdc 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -208,6 +208,9 @@ class cmPolicy; 3, 3, 0, cmPolicies::WARN) \ SELECT(POLICY, CMP0060, \ "Link libraries by full path even in implicit directories.", \ + 3, 3, 0, cmPolicies::WARN) \ + SELECT(POLICY, CMP0061, \ + "CTest does not by default tell make to ignore errors (-i).", \ 3, 3, 0, cmPolicies::WARN) #define CM_SELECT_ID(F, A1, A2, A3, A4, A5, A6) F(A1) |