From 43e22d2ec5a4480b6f02a0be31eec6f8efc5406c Mon Sep 17 00:00:00 2001 From: Bingran Hu Date: Thu, 12 Dec 2024 01:59:24 -0500 Subject: [PATCH] Case fix --- components/core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/core/CMakeLists.txt b/components/core/CMakeLists.txt index 3b5f9aff4..160f6766d 100644 --- a/components/core/CMakeLists.txt +++ b/components/core/CMakeLists.txt @@ -230,7 +230,7 @@ endif() # Find and setup LZMA Library # TODO: Add a script in ./cmake/Modules to properly import LZMA in find_package()'s module mode if(CLP_USE_STATIC_LIBS) - set(LibLZMA_USE_STATIC_LIBS ON) + set(LIBLZMA_USE_STATIC_LIBS ON) endif() find_package(LibLZMA REQUIRED) if(LIBLZMA_FOUND)