Skip to content

Commit

Permalink
Case fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-hbrhbr committed Dec 12, 2024
1 parent 856c7cb commit 43e22d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 43e22d2

Please sign in to comment.