Skip to content

Commit 7c54e00

Browse files
authored
Update components/core/cmake/Modules/FindBZip2.cmake
1 parent 33200e7 commit 7c54e00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/core/cmake/Modules/FindBZip2.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ if(NOT TARGET BZip2::BZip2)
109109
)
110110

111111
# Add component's dependencies for linking
112-
if(BZip2_LIBRARY_DEPENDENCIES)
112+
if(bzip2_LIBRARY_DEPENDENCIES)
113113
set_target_properties(BZip2::BZip2
114114
PROPERTIES
115-
INTERFACE_LINK_LIBRARIES "${BZip2_LIBRARY_DEPENDENCIES}"
115+
INTERFACE_LINK_LIBRARIES "${bzip2_LIBRARY_DEPENDENCIES}"
116116
)
117117
endif()
118118
endif()

0 commit comments

Comments
 (0)