We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33200e7 commit 7c54e00Copy full SHA for 7c54e00
components/core/cmake/Modules/FindBZip2.cmake
@@ -109,10 +109,10 @@ if(NOT TARGET BZip2::BZip2)
109
)
110
111
# Add component's dependencies for linking
112
- if(BZip2_LIBRARY_DEPENDENCIES)
+ if(bzip2_LIBRARY_DEPENDENCIES)
113
set_target_properties(BZip2::BZip2
114
PROPERTIES
115
- INTERFACE_LINK_LIBRARIES "${BZip2_LIBRARY_DEPENDENCIES}"
+ INTERFACE_LINK_LIBRARIES "${bzip2_LIBRARY_DEPENDENCIES}"
116
117
endif()
118
0 commit comments