Skip to content

Commit 5aa1dc4

Browse files
Add missing CMake dep
1 parent aacdff0 commit 5aa1dc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

debian/control

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ Section: libdevel
33
Priority: optional
44
Maintainer: Dimitry Ishenko <dimitry.ishenko@gmail.com>
55
Build-Depends: debhelper-compat (= 12),
6-
libgtest-dev <!nocheck>
6+
cmake (>= 3.16),
7+
libgtest-dev <!nocheck>,
78
Standards-Version: 4.6.0
89
Homepage: https://github.com/dimitry-ishenko-cpp/pgm-args
910
Vcs-Browser: https://github.com/dimitry-ishenko-cpp/pgm-args

0 commit comments

Comments
 (0)