Skip to content

Commit 18f42c4

Browse files
committed
fix copy paste typo
1 parent 150cd4c commit 18f42c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/core/cmake/Modules/FindLibLZMA.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ find_library(LibLZMA_LIBRARY
4949

5050
if(LibLZMA_USE_STATIC_LIBS)
5151
# Restore original value of CMAKE_FIND_LIBRARY_SUFFIXES
52-
set(CMAKE_FIND_LIBRARY_SUFFIXES ${bzip2_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES})
53-
unset(bzip2_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES)
52+
set(CMAKE_FIND_LIBRARY_SUFFIXES ${liblzma_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES})
53+
unset(liblzma_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES)
5454
endif()
5555

5656
# Set version

0 commit comments

Comments
 (0)