Skip to content

Commit 620eaad

Browse files
try enable brotli again
1 parent fcebbf9 commit 620eaad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ add_subdirectory ("bikeshed")
66
add_subdirectory ("blake2")
77
add_subdirectory ("blake3")
88
add_subdirectory ("blockstorestorage")
9-
#add_subdirectory ("brotli")
9+
add_subdirectory ("brotli")
1010
add_subdirectory ("cacheblockstore")
1111
add_subdirectory ("compressblockstore")
1212
add_subdirectory ("compressionregistry")

shared_lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
$<TARGET_OBJECTS:blake3_avx2>
1313
$<TARGET_OBJECTS:blake3_avx512>
1414
$<TARGET_OBJECTS:blockstorestorage>
15-
# $<TARGET_OBJECTS:brotli>
15+
$<TARGET_OBJECTS:brotli>
1616
$<TARGET_OBJECTS:cacheblockstore>
1717
$<TARGET_OBJECTS:compressblockstore>
1818
$<TARGET_OBJECTS:compressionregistry_full>

static_lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
$<TARGET_OBJECTS:blake3_avx2>
1313
$<TARGET_OBJECTS:blake3_avx512>
1414
$<TARGET_OBJECTS:blockstorestorage>
15-
# $<TARGET_OBJECTS:brotli>
15+
$<TARGET_OBJECTS:brotli>
1616
$<TARGET_OBJECTS:cacheblockstore>
1717
$<TARGET_OBJECTS:compressblockstore>
1818
$<TARGET_OBJECTS:compressionregistry_full>

0 commit comments

Comments
 (0)