diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-02-14 15:16:40 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-02-14 15:16:40 (GMT) |
commit | 1416d299ffa430b606baa2740b0f631dc1242683 (patch) | |
tree | a5551079c94e9378430457b28bf0307a7a4ec21d /CTestCustom.ctest.in | |
parent | 87b7b8d1f1d111f4e0ee6d47400791a03345832d (diff) | |
download | CMake-1416d299ffa430b606baa2740b0f631dc1242683.zip CMake-1416d299ffa430b606baa2740b0f631dc1242683.tar.gz CMake-1416d299ffa430b606baa2740b0f631dc1242683.tar.bz2 |
ENH: added supp for Curl coding style
Diffstat (limited to 'CTestCustom.ctest.in')
-rw-r--r-- | CTestCustom.ctest.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestCustom.ctest.in b/CTestCustom.ctest.in index dfa2415..53f4fcc 100644 --- a/CTestCustom.ctest.in +++ b/CTestCustom.ctest.in @@ -7,6 +7,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION "warning: \\(Long double usage is reported only once for each file" "warning: To disable this warning use" "could not be inlined" + "libCurl.*has no symbols" ) |