forked from qt-creator/qt-creator
KArchive: Fix libZMA if "Use System LZMA" is on but not found
Change-Id: I0c5d089d61cca9c312e4d36052a7713514f5d117 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
2
src/libs/3rdparty/karchive/CMakeLists.txt
vendored
2
src/libs/3rdparty/karchive/CMakeLists.txt
vendored
@@ -157,12 +157,10 @@ extend_qtc_library(
|
||||
)
|
||||
|
||||
# libLZMA support
|
||||
if (NOT QTC_USE_SYSTEM_LZMA)
|
||||
include (CheckTypeSize)
|
||||
include (CheckIncludeFile)
|
||||
CHECK_TYPE_SIZE("size_t" SIZEOF_SIZE_T)
|
||||
CHECK_INCLUDE_FILE("stdbool.h" HAVE_STDBOOL_H)
|
||||
endif()
|
||||
|
||||
extend_qtc_library(
|
||||
karchive
|
||||
|
Reference in New Issue
Block a user