From 7add017d48957c770fd4999ee855a2d180ab606e Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Mon, 25 Oct 2021 01:49:41 +0100 Subject: [PATCH] Show LZIP version on configuration. --- 3rdparty/lzip.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/3rdparty/lzip.cmake b/3rdparty/lzip.cmake index 510f410..e8085c9 100644 --- a/3rdparty/lzip.cmake +++ b/3rdparty/lzip.cmake @@ -2,4 +2,6 @@ project(lzlib C) set("LZIP_DIRECTORY" "lzlib-1.12") +message(STATUS "LZIP VERSION: 1.12") + add_library(lzlib STATIC ${LZIP_DIRECTORY}/lzlib.c) \ No newline at end of file