mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
remove extraneous USE_MULTIMEDIA check #1300
This commit is contained in:
parent
899ef3e62e
commit
05193af667
@ -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…
Reference in New Issue
Block a user