Skip to content

Commit e021d67

Browse files
committed
Fix distro typo.
1 parent e964f91 commit e021d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/packaging.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ else()
103103
if(LINUX_ISSUE MATCHES "10")
104104
set(CPACK_SYSTEM_NAME "buster")
105105
set(CPACK_DEBIAN_PACKAGE_DEPENDS "python3, libpcre3, libpcrecpp0v5, libgmpxx4ldbl, libboost-system1.67.0, libboost-filesystem1.67.0, libboost-program-options1.67.0, libboost-regex1.67.0, libstdc++6, uuid-runtime, libgtkmm-3.0-1v5, texlive, texlive-latex-extra, python3-matplotlib, python3-mpmath, dvipng, python3-sympy, python3-gmpy2")
106-
message("-- This is a Debian 9.x system")
106+
message("-- This is a Debian Buster 10.x system")
107107
endif()
108108
endif()
109109
if(LINUX_ISSUE MATCHES "Ubuntu")

0 commit comments

Comments
 (0)