remove extraneous USE_MULTIMEDIA check #1300

This commit is contained in:
nick black 2021-01-18 17:18:47 -05:00
parent 899ef3e62e
commit 05193af667
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -589,7 +589,6 @@ target_link_libraries(ncls
############################################################################ ############################################################################
# ncplayer # ncplayer
if(NOT ${USE_MULTIMEDIA} STREQUAL "none")
file(GLOB VIEWSRCS CONFIGURE_DEPENDS src/view/*.cpp) file(GLOB VIEWSRCS CONFIGURE_DEPENDS src/view/*.cpp)
add_executable(ncplayer ${VIEWSRCS} ${COMPATSRC}) add_executable(ncplayer ${VIEWSRCS} ${COMPATSRC})
target_include_directories(ncplayer target_include_directories(ncplayer
@ -603,7 +602,6 @@ target_link_libraries(ncplayer
notcurses++ notcurses++
) )
endif() endif()
endif()
############################################################################ ############################################################################
# testing # testing