diff --git a/cmake/modules/FindLZMA.cmake b/cmake/modules/FindLZMA.cmake index 8a06c5f0eb09d..beb4e129a6ef6 100644 --- a/cmake/modules/FindLZMA.cmake +++ b/cmake/modules/FindLZMA.cmake @@ -2,8 +2,8 @@ # # This module defines # LZMA_INCLUDE_DIR, where to locate LZMA header files -# LZMA_LIBRARIES, the libraries to link against to use Pythia6 -# LZMA_FOUND. If false, you cannot build anything that requires Pythia6. +# LZMA_LIBRARIES, the libraries to link against to use LZMA +# LZMA_FOUND. If false, you cannot build anything that requires LZMA if(LZMA_CONFIG_EXECUTABLE) set(LZMA_FIND_QUIETLY 1)