We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b9764 commit a8dc58bCopy full SHA for a8dc58b
components/core/CMakeLists.txt
@@ -319,7 +319,8 @@ if(CLP_NEED_LZMA)
319
message(
320
FATAL_ERROR
321
"Detected LibLZMA version ${LIBLZMA_VERSION_STRING} is older than required"
322
- " ${REQUIRED_LIBLZMA_VERSION}")
+ " ${REQUIRED_LIBLZMA_VERSION}"
323
+ )
324
endif()
325
else()
326
message(FATAL_ERROR "Could not find ${CLP_LIBS_STRING} libraries for Lzma")
0 commit comments