diff options
author | Brad King <brad.king@kitware.com> | 2019-11-01 13:15:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-11-01 13:22:05 (GMT) |
commit | 210d04bb79b961252c3685b1d7a3653beec39fe6 (patch) | |
tree | 707ccb33496ba44e5f312b0dbabab4e3e62061bd /CTestCustom.cmake.in | |
parent | b42da462333aea986576d00bf9af7449aa6e8010 (diff) | |
download | CMake-210d04bb79b961252c3685b1d7a3653beec39fe6.zip CMake-210d04bb79b961252c3685b1d7a3653beec39fe6.tar.gz CMake-210d04bb79b961252c3685b1d7a3653beec39fe6.tar.bz2 |
CTestCustom: Suppress PGI Community Edition compiler license warnings
These are not useful in nightly testing.
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r-- | CTestCustom.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index 823ee3c..af4bb2d 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -71,6 +71,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION "cm(StringCommand|CTestTestHandler)\\.cxx.*warning.*rand.*isn.*t random" # we do not do crypto "cm(StringCommand|CTestTestHandler)\\.cxx.*warning.*srand.*seed choices are.*poor" # we do not do crypto "IPA warning: function.*multiply defined in" + "LICENSE WARNING" # PGI license expiry. Not useful in nightly testing. # Ignore compiler summary warning, assuming prior text has matched some # other warning expression: |