Skip to content

Commit

Permalink
Use correct variable when linking with zchunk library
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
  • Loading branch information
jdieter committed Sep 18, 2018
1 parent de61947 commit 1fde1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librepo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ TARGET_LINK_LIBRARIES(librepo
${GLIB2_LIBRARIES}
)
IF (WITH_ZCHUNK)
TARGET_LINK_LIBRARIES(librepo ${ZCHUNKLIB})
TARGET_LINK_LIBRARIES(librepo ${ZCHUNKLIB_LIBRARIES})
ENDIF (WITH_ZCHUNK)

SET_TARGET_PROPERTIES(librepo PROPERTIES OUTPUT_NAME "repo")
Expand Down

0 comments on commit 1fde1ea

Please sign in to comment.