summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-04-23 19:02:27 (GMT)
committerBrad King <brad.king@kitware.com>2024-04-24 20:42:59 (GMT)
commit901379a19b882033a1d66e588fa423604f357831 (patch)
treed336758e8dd3ee23d34b68789cbbf9c1457c30fa
parentdc7fceb2005981695e8f97ab90bd64b4c88af30b (diff)
downloadCMake-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.in1
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"