Last active
July 15, 2017 12:12
-
-
Save AdrianKoshka/6fef00fc5ccc75e49048120d29451c6b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Looking for lzma_auto_decoder in /usr/lib64/liblzma.so | |
| -- Looking for lzma_auto_decoder in /usr/lib64/liblzma.so - not found | |
| -- Looking for lzma_easy_encoder in /usr/lib64/liblzma.so | |
| -- Looking for lzma_easy_encoder in /usr/lib64/liblzma.so - not found | |
| -- Looking for lzma_lzma_preset in /usr/lib64/liblzma.so | |
| -- Looking for lzma_lzma_preset in /usr/lib64/liblzma.so - not found | |
| -- Could NOT find LibLZMA (missing: LIBLZMA_HAS_AUTO_DECODER LIBLZMA_HAS_EASY_ENCODER LIBLZMA_HAS_LZMA_PRESET) (found version "5.2.3") | |
| CMake Error at CMakeLists.txt:384 (message): | |
| CMAKE_USE_SYSTEM_LIBLZMA is ON but LibLZMA is not found! | |
| Call Stack (most recent call first): | |
| CMakeLists.txt:636 (CMAKE_BUILD_UTILITIES) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment