Skip to content

Commit

Permalink
Remove empy elseif statement in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
JDDev0 committed Oct 31, 2024
1 parent 1976b5e commit 86a9984
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,4 @@ if(UNIX)
target_link_libraries(Sokoban ${CURSES_LIBRARIES})

target_link_libraries(Sokoban m)
elseif(WIN32)
# TODO windows
endif()

0 comments on commit 86a9984

Please sign in to comment.