Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
runlevel5 authored Mar 27, 2024
1 parent 73edfe9 commit d0f4fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ IF(CONFIG_LINUX_PACKAGING_SUPPORT)
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libvulkan1")

IF(USE_SYSTEM_ZLIB)
set(CPACK_DEBIAN_PACKAGE_DEPENES "zlib1g")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "zlib1g")
ENDIF()

set(CPACK_DEB_PACKAGE_COMPONENT ON)
Expand Down

0 comments on commit d0f4fd5

Please sign in to comment.