Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jan Paul Batrina
Ark
Commits
fffee338
Commit
fffee338
authored
Jul 03, 2009
by
Allen Winter
Browse files
minor improvements for the zlib and bzip2 logging messages
svn path=/trunk/KDE/kdeutils/ark/; revision=990790
parent
631eedc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/libsinglefileplugin/CMakeLists.txt
View file @
fffee338
...
...
@@ -10,7 +10,7 @@ set(kerfuffle_singlefile_SRCS singlefileplugin.cpp)
#
macro_optional_find_package
(
ZLIB
)
macro_log_feature
(
ZLIB_FOUND
"
zl
ib"
"
zlib is used for the .gz format
"
"http://www.zlib.net"
FALSE
""
"Required for the .gz format support in Ark"
)
macro_log_feature
(
ZLIB_FOUND
"
ZL
ib"
"
The Zlib compression library
"
"http://www.zlib.net"
FALSE
""
"Required for the .gz format support in Ark"
)
if
(
ZLIB_FOUND
)
set
(
kerfuffle_libgz_SRCS gzplugin.cpp
${
kerfuffle_singlefile_SRCS
}
)
...
...
@@ -29,7 +29,7 @@ endif (ZLIB_FOUND)
#
macro_optional_find_package
(
BZip2
)
macro_log_feature
(
BZIP2_FOUND
"
bz
ip2"
"
bzip2 is used for the .bz2 format
"
"http://www.bzip
2
.org"
FALSE
""
"Required for the .bz2 format support in Ark"
)
macro_log_feature
(
BZIP2_FOUND
"
BZ
ip2"
"
A high-quality data compressor
"
"http://www.bzip.org"
FALSE
""
"Required for the .bz2 format support in Ark"
)
if
(
BZIP2_FOUND
)
set
(
kerfuffle_libbz2_SRCS bz2plugin.cpp
${
kerfuffle_singlefile_SRCS
}
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment