mirror of
https://github.com/otakuto/crazydiskinfo.git
synced 2025-08-14 09:44:23 +00:00
Don't link against tinfow
It does not appear to be used. Fixes: https://github.com/otakuto/crazydiskinfo/issues/27
This commit is contained in:
parent
6464455322
commit
7575c58463
1 changed files with 0 additions and 1 deletions
|
@ -5,6 +5,5 @@ add_executable(CrazyDiskInfo main.cpp)
|
|||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=c++11")
|
||||
SET_TARGET_PROPERTIES(CrazyDiskInfo PROPERTIES OUTPUT_NAME crazy)
|
||||
target_link_libraries(CrazyDiskInfo atasmart)
|
||||
target_link_libraries(CrazyDiskInfo tinfow)
|
||||
target_link_libraries(CrazyDiskInfo ncursesw)
|
||||
INSTALL(TARGETS CrazyDiskInfo RUNTIME DESTINATION /usr/sbin)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue