aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorEvgenii Kliuchnikov <eustas@google.com>2023-09-11 07:08:16 -0700
committerCopybara-Service <copybara-worker@google.com>2023-09-11 07:08:50 -0700
commitcf95fbb9c5ef348902f74d989bc8167c08ae9bc5 (patch)
treefe49c6bd10169d89d673ad7351c0441e7107c83a /CMakeLists.txt
parente8569f79fc7c3a8b411be13b44ff8c41e93bb7be (diff)
downloadbrotli-cf95fbb9c5ef348902f74d989bc8167c08ae9bc5.zip
brotli-cf95fbb9c5ef348902f74d989bc8167c08ae9bc5.tar.gz
brotli-cf95fbb9c5ef348902f74d989bc8167c08ae9bc5.tar.bz2
reword cmake test generator warning
PiperOrigin-RevId: 564371898
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 84a1494..2400230 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -261,7 +261,7 @@ if(NOT BROTLI_DISABLE_TESTS)
-P ${CMAKE_CURRENT_SOURCE_DIR}/tests/run-roundtrip-test.cmake)
endforeach()
else()
- message(WARNING "Test file ${INPUT} does not exist.")
+ message(NOTICE "Test file ${INPUT} does not exist; OK on tarball builds")
endif()
endforeach()