Skip to content

Commit

Permalink
fix libz linking
Browse files Browse the repository at this point in the history
  • Loading branch information
jkent committed Aug 5, 2024
1 parent 85543a4 commit 1401341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/standalone.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PUBLIC
${libfrogfs_INC}
)

if("${CONFIG_FROGFS_USE_DEFLATE}" STREQUAL "y")
if("${CONFIG_FROGFS_USE_ZLIB}" STREQUAL "y")
target_link_libraries(frogfs
z
)
Expand Down

0 comments on commit 1401341

Please sign in to comment.