Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cmake/modules/FindLZMA.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down