Skip to content

Commit 86a9984

Browse files
committed
Remove empy elseif statement in CMakeLists.txt
1 parent 1976b5e commit 86a9984

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,4 @@ if(UNIX)
4646
target_link_libraries(Sokoban ${CURSES_LIBRARIES})
4747

4848
target_link_libraries(Sokoban m)
49-
elseif(WIN32)
50-
# TODO windows
5149
endif()

0 commit comments

Comments
 (0)