Skip to content

Commit 1d3bd2b

Browse files
committed
Fix typo that broke restoration of CMAKE_FIND_LIBRARY_SUFFIXES
1 parent fb169fc commit 1d3bd2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/FindLibSolv.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ FOREACH(COMPONENT ${LibSolv_FIND_COMPONENTS})
8686
ENDFOREACH()
8787

8888
# restore CMAKE_FIND_LIBRARY_SUFFIXES
89-
IF(Solv_USE_STATIC_LIBS)
89+
IF(LibSolv_USE_STATIC_LIBS)
9090
SET(CMAKE_FIND_LIBRARY_SUFFIXES ${_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES} )
9191
ENDIF()
9292

0 commit comments

Comments
 (0)