diff options
author | Brad King <brad.king@kitware.com> | 2020-04-01 18:08:51 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-04-03 10:43:00 (GMT) |
commit | 0b872fd4beee649103f0e737fca5838c2b6a1e88 (patch) | |
tree | b7cee0b687e75d5de12f3fdac89f2c26650af769 /CTestCustom.cmake.in | |
parent | cd5a320d68824c630661748f632ea5f2008d9a4f (diff) | |
download | CMake-0b872fd4beee649103f0e737fca5838c2b6a1e88.zip CMake-0b872fd4beee649103f0e737fca5838c2b6a1e88.tar.gz CMake-0b872fd4beee649103f0e737fca5838c2b6a1e88.tar.bz2 |
nghttp2: Build the library within CMake for use by our curl
Provide our own minimal `config.h` since the upstream one is much
larger to support other parts of its distribution. Compile with
warnings disabled since this is third-party code.
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r-- | CTestCustom.cmake.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index fb8e099..bd250e2 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -99,6 +99,8 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION "liblzma/common/index_encoder.c:[0-9]+:[0-9]+: warning: Value stored to .* during its initialization is never read" "libuv/src/.*:[0-9]+:[0-9]+: warning: Dereference of null pointer" "libuv/src/.*:[0-9]+:[0-9]+: warning: The left operand of '==' is a garbage value" + "nghttp2/lib/.*:[0-9]+:[0-9]+: warning: Dereference of null pointer" + "nghttp2/lib/.*:[0-9]+:[0-9]+: warning: Value stored to .* is never read" ) if(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode") |