diff options
author | Brad King <brad.king@kitware.com> | 2024-04-23 19:02:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-04-24 20:42:59 (GMT) |
commit | 901379a19b882033a1d66e588fa423604f357831 (patch) | |
tree | d336758e8dd3ee23d34b68789cbbf9c1457c30fa | |
parent | dc7fceb2005981695e8f97ab90bd64b4c88af30b (diff) | |
download | CMake-901379a19b882033a1d66e588fa423604f357831.zip CMake-901379a19b882033a1d66e588fa423604f357831.tar.gz CMake-901379a19b882033a1d66e588fa423604f357831.tar.bz2 |
CTestCustom: Ignore warnings in third-party zstd code
We already do this for other third-party libraries.
-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 a81ee4b..ae55715 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -17,6 +17,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION "not sorted slower link editing will result" "stl_deque.h:479" "Utilities.cmzlib." + "Utilities.cmzstd." "Utilities.cmbzip2." "Source.CTest.Curl" "Source.CursesDialog.form" |