Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zstd
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
yocto-mirrors
zstd
Commits
59af5876
Unverified
Commit
59af5876
authored
1 year ago
by
Yann Collet
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #3728 from 0o001/dev
fix: ZSTD_BUILD_DECOMPRESSION message
parents
bd02c9be
a02d81f9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/cmake/lib/CMakeLists.txt
+1
-1
1 addition, 1 deletion
build/cmake/lib/CMakeLists.txt
with
1 addition
and
1 deletion
build/cmake/lib/CMakeLists.txt
+
1
−
1
View file @
59af5876
...
...
@@ -13,7 +13,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR TRUE)
option
(
ZSTD_BUILD_STATIC
"BUILD STATIC LIBRARIES"
ON
)
option
(
ZSTD_BUILD_SHARED
"BUILD SHARED LIBRARIES"
ON
)
option
(
ZSTD_BUILD_COMPRESSION
"BUILD COMPRESSION MODULE"
ON
)
option
(
ZSTD_BUILD_DECOMPRESSION
"BUILD DECOMPRESSION MODU
E
L"
ON
)
option
(
ZSTD_BUILD_DECOMPRESSION
"BUILD DECOMPRESSION MODUL
E
"
ON
)
option
(
ZSTD_BUILD_DICTBUILDER
"BUILD DICTBUILDER MODULE"
ON
)
option
(
ZSTD_BUILD_DEPRECATED
"BUILD DEPRECATED MODULE"
OFF
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment