Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dankamongmen/growlight
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed May 5, 2021
2 parents 21add0a + ba760ed commit 1968de8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ add_compile_options(-Wall -Wextra -W -Wshadow -Wformat -fexceptions)
find_package(PkgConfig REQUIRED)
find_package(Threads)
set_package_properties(Threads PROPERTIES TYPE REQUIRED)
find_package(Notcurses 2.2.6 CONFIG)
find_package(Notcurses 2.2.9 CONFIG)
set_package_properties(Notcurses PROPERTIES TYPE REQUIRED)
pkg_check_modules(LIBATASMART REQUIRED libatasmart>=0.19)
pkg_check_modules(LIBBLKID REQUIRED blkid>=2.20.1)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Dependencies:
- libcryptsetup 2.1.5+
- libdevmapper 1.02.74+
- libnettle 3.5.1+
- libnotcurses 2.2.6+
- libnotcurses 2.2.9+
- libpci 3.1.9+
- libpciaccess 0.13.1+
- libreadline 8.0+
Expand Down

0 comments on commit 1968de8

Please sign in to comment.