diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-03-31 15:00:25 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-03-31 15:00:25 (GMT) |
commit | 5947176eab19957293258d92197c232874b4fe90 (patch) | |
tree | 9aeab93fe722104dbdb2a6c0441aed3d5c089396 /CTestCustom.ctest.in | |
parent | 76f7493974cd873618486d811a695dc537802cde (diff) | |
download | CMake-5947176eab19957293258d92197c232874b4fe90.zip CMake-5947176eab19957293258d92197c232874b4fe90.tar.gz CMake-5947176eab19957293258d92197c232874b4fe90.tar.bz2 |
ENH: shut up warning in 3rd party packages
Diffstat (limited to 'CTestCustom.ctest.in')
-rw-r--r-- | CTestCustom.ctest.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CTestCustom.ctest.in b/CTestCustom.ctest.in index fda2faa..dae5b9d 100644 --- a/CTestCustom.ctest.in +++ b/CTestCustom.ctest.in @@ -10,6 +10,9 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION "libCurl.*has no symbols" "not sorted slower link editing will result" "stl_deque.h:479" + "Utilities/cmzlib/" + "Source/CTest/Curl" + "Utilities/cmexpat/" ) |