mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-25 03:12:49 +00:00
7 lines
204 B
CMake
7 lines
204 B
CMake
![]() |
macro_bool_to_01(BZIP2_FOUND HAVE_BZIP2_SUPPORT)
|
||
|
if(BZIP2_FOUND AND BZIP2_NEED_PREFIX)
|
||
|
set(NEED_BZ2_PREFIX 1)
|
||
|
endif(BZIP2_FOUND AND BZIP2_NEED_PREFIX)
|
||
|
|
||
|
macro_bool_to_01(LIBLZMA_FOUND HAVE_XZ_SUPPORT)
|