aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorEvgenii Kliuchnikov <eustas@google.com>2023-07-31 07:18:48 -0700
committerCopybara-Service <copybara-worker@google.com>2023-07-31 07:19:14 -0700
commitd639a81d35be28ffa281403384fb74e5242e2773 (patch)
treecc3d8a4b31fa910d9edf77e27038e76f08ed19eb /CMakeLists.txt
parent802475e724089cbac50ca9eb8a198f7922d30971 (diff)
downloadbrotli-d639a81d35be28ffa281403384fb74e5242e2773.zip
brotli-d639a81d35be28ffa281403384fb74e5242e2773.tar.gz
brotli-d639a81d35be28ffa281403384fb74e5242e2773.tar.bz2
add option to delete files that are not "compressed"
PiperOrigin-RevId: 552472135
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 61378cd..bf5204d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -61,7 +61,6 @@ endfunction(read_macro)
read_macro("c/common/version.h" "BROTLI_VERSION_MAJOR" BROTLI_VERSION_MAJOR)
read_macro("c/common/version.h" "BROTLI_VERSION_MINOR" BROTLI_VERSION_MINOR)
read_macro("c/common/version.h" "BROTLI_VERSION_PATCH" BROTLI_VERSION_PATCH)
-set(BROTLI_VERSION "${BROTLI_VERSION_MAJOR}.${BROTLI_VERSION_MINOR}.${BROTLI_VERSION_PATCH}")
mark_as_advanced(BROTLI_VERSION BROTLI_VERSION_MAJOR BROTLI_VERSION_MINOR BROTLI_VERSION_PATCH)
# ABI Version information