remove extraneous USE_MULTIMEDIA check #1300

pull/1305/head
nick black 4 years ago
parent 899ef3e62e
commit 05193af667
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

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

Loading…
Cancel
Save