Skip to content

Commit

Permalink
Don't link against tinfow
Browse files Browse the repository at this point in the history
It does not appear to be used.

Fixes: otakuto#27
  • Loading branch information
pabs3 committed Nov 25, 2021
1 parent 6464455 commit 7575c58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 7575c58

Please sign in to comment.