fix: lost comma in cmake depends
This commit is contained in:
parent
2366e4426e
commit
5e81556c56
|
@ -239,7 +239,7 @@ elseif (APPLE)
|
|||
# ...
|
||||
elseif (UNIX)
|
||||
set (CPACK_SYSTEM_NAME "${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_PROCESSOR}")
|
||||
set (CPACK_DEBIAN_PACKAGE_DEPENDS "libqt5svg5 libexiv2-14")
|
||||
set (CPACK_DEBIAN_PACKAGE_DEPENDS "libqt5svg5, libexiv2-14")
|
||||
set (CPACK_DEBIAN_PACKAGE_RECOMMENDS "kimageformat-plugins")
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user