1
0
Fork 0
mirror of https://github.com/otakuto/crazydiskinfo.git synced 2025-08-12 00:44:47 +00:00
Commit graph

8 commits

Author SHA1 Message Date
Paul Wise
320c159409
Install executable using GNUInstallDirs and CMAKE_INSTALL_SBINDIR
The executable should not be in /usr/sbin as that is for packages only.

Using GNUInstallDirs gives the right dir by default and
allows distros to install into /usr/sbin when they want.

Fixes: https://github.com/otakuto/crazydiskinfo/issues/29
2021-11-25 13:49:56 +08:00
Paul Wise
7575c58463
Don't link against tinfow
It does not appear to be used.

Fixes: https://github.com/otakuto/crazydiskinfo/issues/27
2021-11-25 13:49:49 +08:00
Paul Wise
6464455322
Preserve C++ build flags passed to cmake
This lets distros apply extra hardening flags,
while keeping the supplied C++ build flags.
2021-11-25 13:44:37 +08:00
otakuto
64c1338e90 Add support for toggle raw values between hexadecimal and decimal 2019-11-26 05:12:07 +09:00
otakuto
1438886fd2 Fix segmentation fault on initscr 2019-11-26 02:59:52 +09:00
Konata Izumi
212bc613d8 Made using Decimal for Raw Value a CMake option
RAW_VALUES_DEC can be turned ON or OFF
2017-05-08 20:41:30 -04:00
otakuto
9e69b80b10 support c++11 2017-01-26 06:41:23 +09:00
otakuto
e360dfd800 add CMakeLists.txt 2017-01-20 13:34:15 +09:00